Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/planinc/movie-search


https://github.com/planinc/movie-search

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# The Movie Search
The Movie Search is a responsive [React](https://reactjs.org/) app that shows details about your favourite movies using data from [TMDb](https://www.themoviedb.org) API.

![Working demo gif](./screenshots/demo1.gif)

## Demo
Visit https://the-movie-search.netlify.app/ for live demo.

## Instalation
To build and run this you will need [Node.js](https://nodejs.org/en/) and npm installed.

* Clone the repositry
* to install dependencies, enter the directory and run ```npm install```
* to start the server use ```npm start```. This will start a local server on post 3000. Open ```localhost:3000``` in your browser.

### Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).