jovanna24 / Room-3-Project-1

An application to locate nearby volunteer organizations
0 stars 1 forks source link

Javascript event handlers, save to localStorage #4

Open jovanna24 opened 3 months ago

fairybones commented 3 months ago

addEventListeners for: buttons = (also handles form submit),

(requests data from map API to display location of organization), (links each result to external org site **open in new tab**), that can be selected by user. If selected, org will be added to obj of interests saved in localStorage on page load: retrieve interests string, parse to object
fairybones commented 3 months ago

modalForm js example: https://bulma.io/documentation/components/modal/