Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.01 KB

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.

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