nswalters / bear-watcher

Project for NSS: https://github.com/nss-evening-cohort-12/e12-homework/blob/master/week08.md
0 stars 0 forks source link

Add bear using form #6

Closed nswalters closed 4 years ago

nswalters commented 4 years ago

User Story

As a user, when I click the 'Submit' button on the Bear Form, I should store the bear data in an array for later use.

AC

WHEN the user clicks the 'Submit' button on the Bear Form THEN the entered bear data is stored within an array AND the form data is then reset to allow for additional entries AND the page does NOT refresh

Dev Notes