With this application you can earch for movies, series, and episodes.
This is an example project that fulfills requirements bellow:
- Create a webside that shows table with information from API service (i.e. http://www.omdbapi.com/)
- Make it possible to sort each collumn in the table by ascending/descending
- Create a drop down menu for filter
- Clicking on a row must open modal with the info
Redux Update
- Implement Redux
- Add a Store in App.tsx
- Create a reducer that saves a list over fetched search results
- Results that are shown to user should be taken from a reducer
- Create project with create-react-app (CRA) and TS preset
- Use "Emotion" css library
- Use custom generic components from scratch
- Upload to GitHub