Skip to content

vlee4/TheShoppies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Shoppie Awards

The Shoppie Awards is a web app that allows you to search for your favorite movies and nominate them for a reward. Your nomination list is editable and is saved upon edit. If you would like to vote again, please open the site from a new tab or window.

This project can be found deployed at: https://the-shoppie-awards.web.app/

Movie details are supplied by the OMDb API

Notes

If you would like to clone this project for yourself, please note that you should get your own API key from the OMDb site and create a secrets.js file to hold that API key.

The secrets.js file should simply have the following line:

module.exports = { API_KEY: "XXXXXXX" }

(where XXXXXXX is the OMDb API key)