Skip to content

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

License

Notifications You must be signed in to change notification settings

MukulKolpe/Movie-Search-App

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

No packages published