MyFlix-Angular
About:
This is a front-end side that is bult using Angular for a movie application call myFlix. This is based on an existing REST API which is named movie-API.
Key Features
- A welcome page is created as a start page which navigates users to a login or a register dialog.
- After successfully log in, user redirects to the '/movies' endpoint which displays the list of movies.
- Users are able to click in a movie card on the designed buttons and view more details about the movie, genre and director.
- users are also able to add each movie to their favorite movies list.
- users can navigate to the '/profile' endpoint and edit their user information or delete their account. They can also view their list of favorite movies and remove each movie by clicking on a specific button from the list.
Technologies
- Angular
- TypeScript
Links
- Github: MyFlix-Angular-client
- Online