Skip to content

A React Movie search app using The Movie Database (TMDb) API

License

Notifications You must be signed in to change notification settings

sayantanDs/the-movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.