Movie Saga is an application using Reactjs which shows the trending movies and allows the user to search movies.
API used - The MovieDB
The application allows users to search movies, users can click on any movie to get full details of that movie, and user can add or remove movie from favorites.
No installation, this application is working on bowser click here
But if you want to work on the content of the application you can clone the repo and install dependencies
First clone this repository
$ https://github.com/himanshu03jain/Movies-Saga.git
Install Dependencies and make sure you already have nodejs and npm installed in your system
$ npm install
Run it
$ npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.