Week 4

05/01/26

In Week 4 we started building the first web page on react which was the home page and we used the submit url logic in order to the fetch the URL from the home page if it was given. We also built the quote forms page which consisted of a form that needed to be filled out with the vehicles and drivers information and we made a API Link (/submit-quote”) which fetches the data from the front end when the link is submitted posting the data into the backend which stores in the form the pydantic model is laid out which is stored in memory during the session. The reason we choose in