This project was generated with Angular CLI version 16.2.4.
The myFlix Angular App is a single-page, responsive movie application built using Angular. It allows users to access information about movies, directors, and genres. Users can create profiles to save data about their favorite movies. This app is designed to facilitate user requests and render responses from the server-side via various interface views.
- Typescript
- Angular
- Angular CLI
- Data binding
- Interpolation
- Angular Form
- Material Design
- TypeDoc
- GH-Pages
- Welcome view for user authentication (login or registration).
- Display all movies once authenticated.
- Single movie view with additional features:
- View details about the director of the movie.
- View details about the genre of the movie.
- Written in Angular (version 9 or later).
- Requires Node.js and npm.
- Designed using Angular Material.
- Contains code comments using Typedoc.
- Includes technical documentation using JSDoc.
- Hosted on GitHub Pages.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.