Skip to content

Movies listing app created alongside learning redux from coding ninjas

Notifications You must be signed in to change notification settings

gauravm03/movies-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Movies listing app created alongside learning redux from coding ninjas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.0%
  • CSS 13.2%
  • HTML 4.8%