MovieSearch is a React app that pulls data from themoviedb.org. You can search movies by the title of the movie. A card will appear with an option to show more details. In the expanded card view, users are allowed to cast votes for a movie. The app is supported by a Ruby on Rails API which can be found here. Demo video can be viewed here.
Some of the features of this app include:
- React version:
17.0.1
- React hooks
- Fetch API
- run
npm install
oryarn install
- in another tab run
./bin/webpack-dev-server
(optional) - navigate to
http://localhost:3000
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)