imdb_clone

Stars
5

IMDb Clone

This is IMDb clone which is React App. This is fully functioning IMDb Website which includes these functionality:

  • Fetching all the data from API
  • Filtering
  • Searching
  • Sorting
  • Add to WatchList
  • Authentication with Firebase
  • LocalStorage for storing data

Build with

Getting Started

Clone this github repository

git clone  https://github.com/MadhuSaini22/imdb_clone.git 

Move to cloned project

cd imdb-clone

Install all dependencies

npm install

Run Server

npm start

Finally, Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console