Question
Create a simple React app for movies that consume data from http://www.omdbapi.com API
Example API call: http://www.omdbapi.com?apikey=your-key&s=Batman&page=2
Requirements
Features to be implemented:
- Display List of movies
- Use Infinite Scroll without plugin for long search result (> 5 Search movies by keyword)
- Single Page for Single Movie Detail
- Show Movie Poster in a popup modal window when image from the list is clicked - Unit test for components
- Autocomplete search box implementation is a big plus
Specifications
Project must use/have :
- ReactJS
- Redux
- Axios
- Good, sensible file structuring that promotes modularity and good separation of logical/UI layers
- Written Test Cases for the components
- Showing some display of React Hooks knowledge is a plus
- Clear instructions on how to run your app locally. Please provide clear explanations about your project and how do we run it locally (using README.md is preferable)