Skip to content

MukulKolpe/Movie-Search-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors