This is a responsive movies and TV shows app built using ReactJS and utilizes Redux for state management.
The Movie Database (TMDb) API is used to fetch data.
You can navigate between the latest movies and the latest TV shows.
Can view full details including cast members of each movie/TV show by clicking on 'See More' button.
Can locally save ❤️ and unsave 💔 any movie/TV show which can be viewed under 'Saved Cards' tab.
This project was bootstrapped with Create React App.
The app can be seen in action here.
- Clone this repository and go into its src folder.
- Run
npm install
- Run
npm start
- Go to
http://localhost:3000
to view the app