Skip to content

4bnuk/vue-tailwind-api-movie-app

Repository files navigation

Movie App

A movie app built with vite, vue 3 with composition api and script setup, tailwind css and TMDB api. Demo Netlify URL: https://4bnuk-movie.netlify.app/

Installation

  1. Clone the repo
git clone https://github.com/4bnuk/vue-tailwind-api-movie-app.git
  1. Install NPM packages
npm install
  1. Setup your .env file
cp .env.example .env

In the .env file change YOUR_TMDB_API_KEY with your api key. Get a free API Key at https://www.themoviedb.org/

  1. Run the project
npm run dev

Releases

No releases published

Packages

No packages published

Languages