This project uses the Open Movie Database API to retrieve movie results and displays them in a grid.
You can play with it here.
Simply clone the repo and run
$ npm install && yarn start
This is a work in progress. I've taken note of the bugs and enhancements and will get to them as I can!
- Search bar responsiveness needs to be tweaked
- Render default movie using
OMDb APIinstead of being hard-coded - Repeat searches are buggy without first navigating
hometo search - Icon sizes and general styling
- Refactor using React Hooks