scrabill / the-shoppies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Shoppies

A (mock) movie award nomination app. Select up to 5 movies to nominate for this year's Shoppie awards.

Instructions

The Shoppies can be viewed online at gifted-euler-ba87c6.netlify.app

Or, to download the app locally

  1. git clone https://github.com/scrabill/the-shoppies.git
  2. cd the-shoppies
  3. Create a .env file in the route folder and add the following:
REACT_APP_API_URL=http://www.omdbapi.com/
REACT_APP_API_KEY=YOUR_API_KEY

Replace YOUR_API_KEY with your OMDb API Key. An API Key is available for free with a limit of 1,000 requests per day.

  1. Run yarn start to start the app
  2. If the app does not open automatically, the app can be viewd at http://localhost:3000/

Future Enhancements

  • Error handling (bad request, timeout, exceeded API limits)

About


Languages

Language:JavaScript 80.0%Language:HTML 11.5%Language:CSS 8.5%