This react app gives movie results on searching, user can nominate their favorite movies, which will be stored in the localstorage of the browser.
- React.js
- CSS
- OMDB API
- Material UI
- React-Router
Make sure you have node.js installed.
- Fork this repository.
- clone it.
git clone https://github.com/MukulKolpe/Movie-Search-App
cd Movie-Search-App
- Install node modules
yarn install
- Generate your own API key on OMDB API
- Create .env file inside the root directory.
- Write
REACT_APP_API_KEY="YOUR-API-KEY"
inside .env file.
yarn start