This project uses OMDB APIs to display all movies as per user's search and opens up specific movie details. The pages and components used are all responsive. Project is built with CRA with Typescript
In the project directory, you can run:
Installs all dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- All images are valid and can be feteched without errors
- Just like Prime Videos, name of the movie while browsing isn't needed on mobile view
- Title, plot, director's name and imdb ratings are enough for movie details
- Axios - For data fetching
- React-Toastify - To display error messages as toast
- SCSS - To use SCSS modules
- ESLint - For autoformatting code