Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurt-liao/nuxt3-movies
Movies and TV Shows app built with Nuxt3, Vue3, Tailwindcss, TypeScript. Data provided by TMDB.
https://github.com/kurt-liao/nuxt3-movies
javascript nuxt nuxt3 tailwindcss tmdb tmdb-movie typescript vue
Last synced: about 2 months ago
JSON representation
Movies and TV Shows app built with Nuxt3, Vue3, Tailwindcss, TypeScript. Data provided by TMDB.
- Host: GitHub
- URL: https://github.com/kurt-liao/nuxt3-movies
- Owner: kurt-liao
- Created: 2022-10-26T06:17:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T15:06:02.000Z (about 2 years ago)
- Last Synced: 2024-10-10T17:40:20.347Z (2 months ago)
- Topics: javascript, nuxt, nuxt3, tailwindcss, tmdb, tmdb-movie, typescript, vue
- Language: Vue
- Homepage: https://movies.kurtstories.com/
- Size: 579 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt3-movies
> ❗NOTE: This project is still in progress, so some pages are not done yet.
Movies and TV Shows app built with [Nuxt3](https://v3.nuxtjs.org/), [Vue3](https://vuejs.org/), [Tailwindcss](https://tailwindcss.com/) and [TypeScript](https://www.typescriptlang.org/).
Data provided by [TMDB](https://www.themoviedb.org/).
## Quick look
## Prerequisites
- TMDB account
- Generate TMDB api key after create an account## Steps
- Copy `.env-sample` file and rename to `.env`
- Set your api key to `TMDB_API_KEY`
- Enter command `pnpm install`
- Enter command `pnpm dev`