The Movie Search is a responsive React app that shows details about your favourite movies using data from TMDb API.
Visit https://the-movie-search.netlify.app/ for live demo.
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.
This project was bootstrapped with Create React App.