A form that accepts User Details, checks for errors, logs the data to the console, POST the data to a dummy API and gives confirmation, Built using Next Js, TypeScript and Tailwind CSS.
Deployed Link : https://kzforms.vercel.app/
It logs the data on the console and gives the confirmation of the data entered by the user. note - don't forget to use your formbackend api in .env.local before running it on your local using yarn dev.