Skip to content

MohitMurotiya/Fav-Movies-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Favourites Movies Tracker App

About

Developed this Project using React and Redux.

▶️ Demo

✨ Features

✔️   Display classification wise movies with Horizontal Scroll
✔️   Random Movie on the Banner
✔️   Add/Remove to/from "My list" functionality
✔️   Detail modal with extra informations about the selected movie
✔️   Use of React Hooks and Redux

🚀 Technologies

Run Locally

  • Clone the project
  git clone https://github.com/MohitMurotiya/Fav-Movies-Tracker
  • Go to the project directory
  cd Fav-Movies-Tracker
  • Install dependencies
  npm install
  • Start the server
  npm start