It was built for study purposes only. When I built it, I was learning about TailwindCSS and API Integrations. I really enjoyed the process and the results. You can check it at the repo description, or at the pictures below.
First, set the global variables:
- Create a
.env.local
file on the root of the project. - Add
API_KEY=yourApiKey
to the file. - You can get your free API Key at themoviedb.org, just need to create an account.
Then, run Yarn install
And run the development server:
- npm run dev
- Or
- yarn dev
Done!