View Live Demo
Search through the unofficial 🎥 IMBD Movie Database. Each title has its own Like to Dislike button counter so you can see if the movie was a critical hit or disliked.
- Clone project locally
- Run
npm installin your CLI - Set up
.envfile and add your own API keys - On root file, run
npm startin your CLI - App running on
https://localhost:3000
- React.js
- Firebase — Realtime Database
- SCSS
- FontAwesome
- RapidAPI — IMBD Movie Database
- I would like to use another API. The one I am currently using doesn't retrieve a good selectiong of movies based of the
userInput. I did test it within the RapidAPI website and each search I do from my app matches what RapidAPI finds. I would use a more robust API.
