Skip to content

Releases: gregoriodelasheras/myvhs-client-a

v.1.0.3

30 Jul 14:40
6d28bd8
Compare
Choose a tag to compare
  • 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

21 Jul 16:51
a3fdbfe
Compare
Choose a tag to compare
  • 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

20 Jul 09:45
ec0d79b
Compare
Choose a tag to compare
v.1.0.1 Pre-release
Pre-release
  • 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

17 Jul 16:31
8c28809
Compare
Choose a tag to compare
v.1.0.0 Pre-release
Pre-release

Initialize the project by creating Angular App using Angular CLI.