Skip to content

fidalgodev/movie-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

simple movie library with vanilla js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published