React movies watchlist app
- Redux and Hooks to manage the state
- Add movies by title
- Sort movies. Watched/Checked movies move down to the bottom.
- Responsive design, mobile first with some UX
- CSS without any framework, just CSS Flexible Box Layout
- Add at least one test for each component
- Find movies by title or genre
- Async logic with thunk
- Routes (romance, horror and comedy)
- Add a setTimeout or setInterval loading with a delay of 3 seconds
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Test the app.