/form-wizard

Full stack modern web-app that allows users to create interactive, customizable, and share-able forms.

Primary LanguageTypeScript

🔺What is it?🔺

Form Wizard is a web app that allows users to create interactive, customizable, and shareable forms.

🔺Why?🔺

Inspired by this tutorial, I really thought that the current building form possibilities were outdated and less capable of being simple and interactive. So, I built my own form builder.

🔺How?🔺

The app is built with React, TypeScript, TailwindCSS, Prisma, and DnD-Kit. It is fully integrated with all browsers, the server, and an authentication system.

🔺Functioning🔺

Dashboard and landing Dashboard

Editor Editor

Editor Preview Editor Preview

Form Daashboard and stats Form Daashboard

🔺Getting Started🔺

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with you broswer to take a look.