/hooked

TMDB search with react hooks

Primary LanguageJavaScript

HOOKED

See upcoming movies from TMDB or search your favorite movie using react HOOKS. For learning purposes.

Getting Started

  • Get TMDB api key
  • Clone the project from repository
  • Create .env file in root:
REACT_APP_TMDB_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • In your terminal, cd into the cloned folder and run npm i
  • Run npm start. This starts the project on port 3000.