/movie-app

Movie streaming ui dashboard built with Vue3, Vite and TailwindCSS

Primary LanguageVue

movie-app

This is a movie search application that shows you details on a particular movie you search for. Built with Vue3, TailwindCss and Pinia. Consumed REST API from OMDB API

Project Setup

  1. Clone the project and run:
npm install

Compile and Hot-Reload for Development

npm run dev

NB: Make sure to register for the OMDB API to get an API key. Create a .env file in your root and place in the API key.