In this project the knowledge acquired during the course of Angular 4 offered by the company AlertLogic is implemented. The course covered the following topics:
- Components
- Directives
- Pipes
- Observables
- Routing & Navigation
- Api Rest
- Descriptor
- Services
Basically the project is a SPA that consumes the api provided by The Movie Database. In this you can see the most popular movies of different genres, check its detail and see the actors who worked on it. In addition to being able to save your favorite movies and actors.
The app consists of three main modules, actors, movies and user authentication through firebase, in the same way the persistence of data is through this.
https://dejuata.github.io/Al-Movie/
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.