A React.Js, Tailwind and Google Cloud Functions project for a home page with order form that sends order details, order confirmation to email with firebase functions
Uses Resend for email sending, react hook form for form, yup for input validation, and firebase emulators to simulate communication between frontend and a deployed cloud function. Form input includes a timer from the opening of the page before the form can be submitted and also dynamic and static honeypotting for security reasons.
frontend can be tested with npm install and npm run dev