App to search for movies and shows and pick your favorites on the list.
This is a React-Native app that uses OMDB API (https://www.omdbapi.com/)
- Improving the way the favorites icon refreshes and changes it's color when a new favorite is added.
- Adding Prettier for code formatting.
- Adding pagination to show more than one page result.
- Including tests
- Better handling of API errors.
- Fix the visual difference when show names are longer.
- Hide favorites/seen icons from the favorites home page.
- Separate home and result pages probably.
- Ability to remove an item from favorites.