A web app to search for a movies/tv show. Built with React using TMDB API.
https://darrellrahan-tmdb.netlify.app/
Client: React (HTML, CSS, JS)
API: TMDB API
- Clone the project
git clone https://github.com/darrellrahan/tmdb
- Go to the project directory
cd tmdb
- Install dependencies
npm install
- Start the server
npm start