Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 607 Bytes

movie-library

Watch it live here

Simple movie library using the OMDb API

Created this from scratch using HTML, CSS and JS Vanilla only.

You can clone the repository and use the following commands:

to compile a developer version with comments
npm run dev
to build a version ready for production
npm run build
live-server with hot reloading
npm run start

Create a .env file like:

API_KEY=yourapi
PROXY=https://cors-anywhere.herokuapp.com/