Skip to content

zbhavyai/omdb-client

OMDb Client

Build Release

A frontend for searching for movies using the OMDb API.

Live at https://omdb-client.netlify.app.

Usage

  1. Set your API key

    export VITE_OMDB_API_KEY=xxxxxx
  2. Run locally

    make init && make dev
  3. Build for production:

    make init && make build