This form allows a user to enter basic information about themselves and get a estimated pricing for thier home insurance. Auto insurance is also an option for the user. ITG makes a call to Branch's API endpoint with the data the user submited. Branch returns an estimated price & a link for the consumer to continue the bind process.
POST /branch
The /branch
api route is hosted on Heroku with a Node.js/Express server.
Insert gif or link to demo
Install with NPM
npm install BranchD2C-Form-English
cd BranchD2C-Form-English
To deploy this project run
npm run dev
Client: React, TailwindCSS, Vite
Server: Node, Express