Skip to content

v.1.0.3

Latest
Compare
Choose a tag to compare
@gregoriodelasheras gregoriodelasheras released this 30 Jul 14:40
· 7 commits to main since this release
6d28bd8
  • 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.