Skip to content

darrellrahan/tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDB App

A web app to search for a movies/tv show. Built with React using TMDB API.

Demo

https://darrellrahan-tmdb.netlify.app/

Preview

image.png image.png

Tech Stack

Client: React (HTML, CSS, JS)

API: TMDB API

Run Locally

  1. Clone the project
  git clone https://github.com/darrellrahan/tmdb
  1. Go to the project directory
  cd tmdb
  1. Install dependencies
  npm install
  1. Start the server
  npm start