❗NOTE: This project is still in progress, so some pages are not done yet.
Movies and TV Shows app built with Nuxt3, Vue3, Tailwindcss and TypeScript.
Data provided by TMDB.
- TMDB account
- Generate TMDB api key after create an account
- Copy
.env-sample
file and rename to.env
- Set your api key to
TMDB_API_KEY
- Enter command
pnpm install
- Enter command
pnpm dev