Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

iamtommetcalfe/movie-search

Repository files navigation

Tom Metcalfe Movie Search

About

A simple Vue 3 application that uses the OMDB API to display search results.

Movie Search screenshot

Prerequisites

  • Head over to OMDB and request an API key
  • Create .env file in your root directory
  • Copy the API key into your new .env file using the config name VITE_OMDB_API_KEY

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost
npm run dev

# build for production with minification
npm run build