# movies **Repository Path**: fenav/movies ## Basic Information - **Project Name**: movies - **Description**: 🍿 A TMDB client built with Nuxt 3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: api-proxy - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nuxt Movies


A Nuxt Movies application for demonstration using [The Movie Database (TMDB)](https://developers.themoviedb.org/3) API. Built using [Vue 3](https://github.com/vuejs/core) and [Nuxt 3](https://github.com/nuxt/framework) with [UnoCSS](https://github.com/unocss/unocss) and [TypeScript](https://github.com/microsoft/TypeScript). Rewrote based on [`nuxt-movies`](https://github.com/tastejs/nuxt-movies) by the Nuxt and chrome teams. Live preview: https://nuxt3-movies-five.vercel.app/ ## Screenshots ## Proxy Server Check [proxy/README](./proxy) ## Setup ``` bash # Enable pnpm $ corepack enable # Install dependencies $ pnpm install # Start dev server with hot reload at localhost:3000 $ pnpm dev ```