/tv-shows-and-movies

TV Shows and Movies - list and show details

Primary LanguageTypeScript

Popular Movies and TV Shows

  1. TV Shows and Movie list
  • Displays two lists: the most popular tv shows and movies. Use the top dropdown to toggle between views. There is a carousel list view and a vertical list to showcase the media
  • Every list item displays an image, the title and the vote average fields.
  1. TV Show and Movie Detail
  • When an item is clicked on the list, it creates a tv show or movie detail view on a separate screen.
  • This should contain at least: A image, the title, the overview.
  • The user should be able to see similar tv shows or movies in a section in the detail view.

Improvements

[ ] Add unit tests [ ] Deploy to Firebase [ ] Further improve details view [ ] Caching of previously requested media details [ ] Add image placeholder when there is no media preview [x] Elevate Image Path Retrieval [x] Improve image load

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.