OMDb Client A frontend for searching for movies using the OMDb API. Live at https://omdb-client.netlify.app. Usage Set your API key export VITE_OMDB_API_KEY=xxxxxx Run locally make init && make dev Build for production: make init && make build