FormWiz: Effortlessly create and manage forms with our intuitive drag-and-drop tools. Design the forms you need and seamlessly publish them for people to submit. Simplify form creation with FormWiz!
FormWiz is deployed to Vercel. You can try it on the following URL: formwiz.vercel.app.
- React.js
- Next.js
- TypeScript
- dnd-kit
- Prisma
- Clerk
- Tailwind
- Shadcn/UI
- React Hook Form
- Zustand
To install and run FormWiz locally, follow these steps:
-
Clone the project repository.
-
Install the necessary dependencies by running the following command:
npm install
-
Replace the environment variables with your own API keys and database URL.
-
Push tables to your database
npx prisma db push
- Generate prisma client
npx prisma generate
- Run the project by executing the following command:
npm run dev
- Access the application by visintg http://localhost:3000/