gavinvaske / the_recipe_book

0 stars 0 forks source link

Add `QuoteForm` and Associated React Components #294

Closed gavinvaske closed 11 months ago

gavinvaske commented 11 months ago

Description

This PR adds a UI page (aka the react component QuoteForm.js)

This PR adds many react components to build this page, and then sets up the controller endpoint/service methods to server data to that page.