Skip to content

BraisC/tvdb-react

Repository files navigation

Project fully designed and coded by me from scratch in order to practice React. Completely made using just hooks and the new context API

Screenshot

Link to see it live

Libraries and techs used:

If you want to run this project locally in your computer follow this steps (you need Node installed):

  • Get an API Key on TheMovieDB
  • Clone or download the repo
  • From the root project folder execute this command
npm install
  • Create an .env.local file like this
REACT_APP_API = (put your TMDB API key here without quotes)
  • To launch a live server
npm start
  • To make a production build
npm run build