Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 990 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 990 Bytes

Lord of the Quotes

About

Lord of the Quotes is a test of the user's knowledge of Lord of the Rings lore and character identification. Quotes from the book and movies are randomly generated and the user is tasked with identifying the correct speaker. A running, cumulative percentile score for correct/incorrect guesses per speaker is stored per user and persisted across sessions to create a long-lasting and competitive experience.

Unhappy with your score? Toss your history in the fires of Mount Doom restart your journey anew.

How it Works

Behind the scenes, this application uses server-side API calls from The One API. API calls are rate-limited based on API calls per hour. To get started once you fork this repo, sign up for your own API key at The One API following their documentation and add your unique API key to your .env file.