SaltyChiwawa / Bangazon

1 stars 2 forks source link

Add for Products in React #153

Open MakenHubbard opened 5 years ago

MakenHubbard commented 5 years ago

Story

As a user, In order to add Products, I need to to be able to add a product by clicking that add button

Acceptance Criteria

When the add button is clicked 
Then a modal should pop up with input fields
And on that modal there should be a close and save changes
And when the user clicks the add button the newly added product should save and render on the products home page

Technical Notes