Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 3.04 KB

change-log.md

File metadata and controls

61 lines (46 loc) · 3.04 KB

Showtime


Version
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
  • Completed the movie details page
  • Added movieDetailsApi, movieTrailerApi, and movieCastApi to get the movie details, trailer, and movie cast to the movies service
  • Added MoviesWithGenreApi to get the movies by genre and show them in the home page to the movies service
  • Added favicon and title to the pages
  • Added Preview to the change-log.md
  • Added ReactiveFormsModule to communicate with the form elements and get the data in a group to the app.module.ts
  • Completed the search page
  • Added searchMoviesApi to handle the search with request to the movies service
  • Changed the image component to show a placeholder when there is no returned image
  • Added active link to the navbar
  • Added config folder to handle anything related to the API (base url, etc)
  • Added movies service to handle the requests
  • Added HttpClientModule for using services and able to call http requests to the app.module.ts
  • Added .env and its configuration to store the sensitive data (Api key, etc)
  • Added types folder to handle the data model (interface, enum, type)
  • Added image component to handle all the images in the app
  • Added banner component to handle the banner section
  • Added movies component to handle the list of the movies
  • Added trendingMoviesApi and bannerDataApi to get the list of movies and the banner for hero section to the movies service
  • Added the home, search, and movie-details pages to the app-routing.module.ts
  • Completed the home page
  • Added pages and components folder to organize the folder structure
  • Added bootstrap to the project
  • Completed the main layout (header, main content, footer)
  • Completed navbar section in the header
  • Added change-log.md to the app
  • Removed initial codes
  • Added .nvmrc to add the exact node version to the app