jovanna24 / Room-3-Project-1

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

Model the object created on form submit - interests = category (select) + location (text entry) => use to search API #11

Open jovanna24 opened 4 months ago

jovanna24 commented 4 months ago
  1. Create button to openModal
  2. Create modal form using: https://bulma.io/documentation/components/modal/
  3. Model for object storage: formSubmit => uniqueSearch = object to be saved to localStorage location:" "; category:" "; isSelected: t/f;