Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planinc/movie-search
https://github.com/planinc/movie-search
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/planinc/movie-search
- Owner: planinc
- License: mit
- Created: 2024-06-21T11:54:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T12:50:00.000Z (5 months ago)
- Last Synced: 2024-06-22T19:28:06.913Z (5 months ago)
- Language: JavaScript
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).