/Movie-Search-App

This react app gives movie results on searching, user can nominate their favorite movies, which will be stored in the localstorage of the browser.

Primary LanguageJavaScriptMIT LicenseMIT

Movie Search App

Description

This react app gives movie results on searching, user can nominate their favorite movies, which will be stored in the localstorage of the browser.

Code of Conduct

Tech-stack Used

  • React.js
  • CSS
  • OMDB API
  • Material UI
  • React-Router

Prerequisites

Make sure you have node.js installed.

Setting up locally

  1. Fork this repository.
  2. clone it.
git clone https://github.com/MukulKolpe/Movie-Search-App
cd Movie-Search-App
  1. Install node modules
yarn install
  1. Generate your own API key on OMDB API
  2. Create .env file inside the root directory.
  3. Write REACT_APP_API_KEY="YOUR-API-KEY" inside .env file.
yarn start

Hosted here

License

MIT License