This is movie's details view project with the help of The Movie DB database. I hae used React and Redux to create this project. Basically I have made this indorse for React evaluation
- Search Any Movie
- Load More option to see more movies
- See Whole details of any movie by clicking that Movie
- Smooth Scroll to top button
- Store Data to
localStore
for better view in future - NotFound page
Hope You'll Like it
You can Run this project in your local machine. For that You have to do 3 setp
- Download this Repo or Clone this Repo
- Run
npm install
- Run
npm start
to Start this project