Code0Em / lingua-sonnet

A web application to search word definitions, pronunciations and usage in poetry
MIT License
0 stars 1 forks source link

Added local storage and “word history buttons” functionality #55

Closed Code0Em closed 9 months ago

Code0Em commented 9 months ago

HTML: Hard coded section for word history buttons to “live”.

JS: Created functions and event listeners which store the user’s word to local storage and create a word history button for the word; then retrieve the word when the user selects said button.