A Movies listing app including search and favourite/unfavourite functionality
View this app here..
feel free to jump in to contribute
WhatsApp.Video.2022-02-16.at.2.53.12.PM.mp4
- List of Movies with their IMDB rating
- Search Bar
- Add Another Movies
- Favourite/ Unfavourite Buttons
- Seprate Favourite tab
Run this app by directly opening the Link here or follow steps mentioned below to set up on local directory.
- Clone this project
- Start by installing npm if you don't have it already
- Navigate to project directory by
cd movies-app
- run following command to install the dependencies
npm install
- run following command to start the Project
npm start
/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