An open API service indexing awesome lists of open source software.

https://github.com/oliver-gomes/react-movie

🎬 Modern fast movie database web app with React using The Movie DB API.
https://github.com/oliver-gomes/react-movie

imdb javascript movie react

Last synced: 7 months ago
JSON representation

🎬 Modern fast movie database web app with React using The Movie DB API.

Awesome Lists containing this project

README

          

# React Movie rmdb
[Link to App](http://phobic-heat.surge.sh/)
![project image](https://oliver-gomes.github.io/images/github%20images/react-movie.png)

## Table of Contents

* [How to Load the App](#howtoloadtheapp)
* [About the App](#about)
* [How to Use the App](#how-to-use-the-app)

### How to Load the App
```
git clone https://github.com/oliver-gomes/react-movie.git
npm install
npm start
```
## About
Modern fast movie database web app with React using The Movie DB API. All the new popular movies are populated along with search bar for your own movie search. Clicking on specific movies bring you all data about the movie including actors, directors, time, budget, revenue, rating and many more.

## How to Use the App

- Find the most popular movie at the moment on the front page
- Click on specific movie to view full-blown information
- Use the Search bar to find you favorites movies and their information
- Bookmark and use the App at your own pace!

# Hope You Enjoy the App !