Releases: gregoriodelasheras/myvhs-client-a
Releases · gregoriodelasheras/myvhs-client-a
v.1.0.3
- Create welcome-page component to welcome and display the sign-up and login options to the user.
- Create movie-card component to fetch and store the movies returned by the API call and display each movie in a card with title, image and buttons to view synopsis, director, genre and add or remove movies to Favorites or To-Watch lists.
- Create movie-description, movie-genre and movie-director components to show the synopsis, genre and director of the movie to the user.
- Create user-profile component to display, edit and delete the user's account.
- Create the user-favorite and user-towatch components to display the user's favorite / to-watch movies and add or remove them from the user's Favorites / To-Watch lists.
- Create header and footer components to display a navigation menu and footer to the user.
- Deploy the web app through GitHub Pages.
v.1.0.2
- Create Registration form and Login form with Angular Material.
- Send the form entries to the server side and display dialogs to the user to notify success or error in the registration on both forms.
- Create FetchApiDataService class to export all API services with an injectable service for use in the DI system.
- Add start view (with app template) to welcome the user and display buttons for registration or login.
- Add custom theme, global typography styles and browser animations with Angular Material.
v.1.0.1
- Create an Angular Service to load the data from the myVHS-Server REST API.
- Create the service logic for API endpoint calls.
v.1.0.0
Initialize the project by creating Angular App using Angular CLI.