the-movie-search
the-movie-search copied to clipboard
A React Movie search app using The Movie Database (TMDb) API
The Movie Search
The Movie Search is a responsive React app that shows details about your favourite movies using data from TMDb API.
Demo
Visit https://the-movie-search.netlify.app/ for live demo.
Instalation
To build and run this you will need Node.js 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. Openlocalhost:3000
in your browser.
Create React App
This project was bootstrapped with Create React App.