Design comparison
Solution retrospective
I'm proud of completing all the bonus requirements. integrating a backend express api endpoint with the frontend. and deploying to Netlify both the frontend and api.
I'm also proud of utilising ChakraUI to align with the design system that was provided in the figma file. and utilising Formik and Yup for managing the Contact Form
I would like to use a different UI kit next time. and maybe use React Hook Form rather than Formik.
What challenges did you encounter, and how did you overcome them?Storing the form submissions in google sheets was challenging.
At first I tried to go through the google APIs but I found that authentication was quite complex and used SheetDB API. made specifically for this purpose. you just login with your google account. provide it with a link to your chosen google sheet and it will create a simple api for you to manipulate that particular sheet.
What specific areas of your project would you like help with?I would like to know if my code is well structured and organised.
As always any feedback is welcomed!
Thank you for viewing my solution!
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord