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.
- Host: GitHub
- URL: https://github.com/oliver-gomes/react-movie
- Owner: oliver-gomes
- Created: 2018-12-22T04:02:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T18:27:43.000Z (over 6 years ago)
- Last Synced: 2025-03-21T01:51:10.187Z (7 months ago)
- Topics: imdb, javascript, movie, react
- Language: JavaScript
- Homepage: http://phobic-heat.surge.sh/
- Size: 260 KB
- Stars: 51
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Movie rmdb
[Link to App](http://phobic-heat.surge.sh/)
## 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 !