Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.13 KB

Movies App

A Movies listing app including search and favourite/unfavourite functionality

View this app here..

feel free to jump in to contribute

Preview

WhatsApp.Video.2022-02-16.at.2.53.12.PM.mp4

Basic Features

  1. List of Movies with their IMDB rating
  2. Search Bar
  3. Add Another Movies
  4. Favourite/ Unfavourite Buttons
  5. Seprate Favourite tab

How to Install

Run this app by directly opening the Link here or follow steps mentioned below to set up on local directory.

  1. Clone this project
  2. Start by installing npm if you don't have it already
  3. Navigate to project directory by

cd movies-app

  1. run following command to install the dependencies

npm install

  1. run following command to start the Project

npm start

Directory Structure

/src - all code files

/src/actions - all Redux Actions creators

/src/components - all react components

/src/reducers - all Redux reducers

src/data.js - static movies data