This is a responsive movies app that displays the latest upcoming movies, built using ReactJS and utilizes MobX for state management.
The Movie Database (TMDb) API is used to fetch data.
Can search for movies based on movie name.
Can view full details including cast members of each movie 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