jovanna24 / Room-3-Project-1

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

Minimum Viable Product #7

Open fairybones opened 5 months ago

fairybones commented 5 months ago

WHEN the user loads site, they are greeted with a stylized homepage with a link to fill out a volunteer interests form, a brief description/instructions describing the site's purpose.

WHEN the user clicks the open form button, a dialog appears over the screen with a select option for categories and textbox input for zip/area code. ON FORM SUBMIT, this info is used to make a fetch request from PROPUBLICA API

THEN the user is presented with a list of nonprofit organizations matching the search criteria (use query string parameters) and ordered by distance from zipcode. EACH entry has a save-for-later checkbox, functional link that opens org site in new tab, and a FIND ME button that makes a fetch request to MAPS API to display org location on map visual