- 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.
- 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.
[ ] 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
In the project directory, you can run:
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.
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.