Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 759 Bytes

The Movie Search

The Movie Search is a responsive React app that shows details about your favourite movies using data from TMDb API.

Working demo gif

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. Open localhost:3000 in your browser.

Create React App

This project was bootstrapped with Create React App.