jenho-webdev / MealMatch

MealMatch is an app designed for foodies and fitness enthusiasts alike!
https://jenho-webdev.github.io/MealMatch/
MIT License
4 stars 4 forks source link

Function: get and set API key on page load with modal #60

Closed jenho-webdev closed 1 year ago

jenho-webdev commented 1 year ago

new modal box added to index.html using JS onload eventlister, it calls to check whatever both keys for the two API we use exist. if both or either one missing open modal and get user's input on both keys. then save it to user's local storage and app's var for runtime use. *hard coded keys are commented out for now, but not removed. Will be removed once we finalize the app.

"Closes #57" or "Fixes #57".