# movies **Repository Path**: mirrors_nuxt/movies ## Basic Information - **Project Name**: movies - **Description**: 🍿 A TMDB client built with Nuxt 3 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nuxt Movies with tests


> Movies app demo built using [Nuxt 3](https://github.com/nuxt/nuxt), [Vue 3](https://github.com/vuejs/core), [UnoCSS](https://github.com/unocss/unocss), [Image Module](https://v1.image.nuxtjs.org), [The Movie Database](https://www.themoviedb.org) [API](https://www.themoviedb.org/documentation/api) and [TypeScript](https://github.com/microsoft/TypeScript). **🍿 Live preview:** https://movies.nuxt.space ## 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 ``` ## Credits Based on [jasonujmaalvis/vue-movies](https://github.com/jasonujmaalvis/vue-movies) and [tastejs/nuxt-movies](https://github.com/tastejs/nuxt-movies). Data provided by [The Movie Database](https://www.themoviedb.org). This project uses the TMDB API but is not endorsed or certified by TMDB.