

Built with React, Next.js, Tailwind and TypeScript.
This build showcases a form page with input, textarea, select and more form fields.
The form fields are built with custom AppForm components to reduce duplicated code
(when creating multiple forms) while maintaining type safety.
The settings data is stored in cookies, so saved changes are preserved between reloads.
The site is deployed with Vercel.