A simple movie app from The Movie Database (TMDB) API, built using React.js and TailwindCSS.
- Clone this repository.
- Install dependencies.
yarn
- Take a copy of
.env.sample
and rename to.env
- Register TMDB account and get your API Key
- Enter the details into the
.env
file
yarn dev