Welcome to Form Builder β the most formidable form creation tool you'll ever lay your hands on! π This Next.js-powered application helps you create, share, and manage forms with style. No more boring Google Forms β this is form building, reimagined! π
Want to test it out? Follow these steps:
# Clone the repo
$ git clone https://github.com/magi8101/form-builder.git
# Move into the project directory
$ cd form-builder
# Install dependencies
$ npm install # or yarn install
# Run the development server
$ npm run dev # or yarn dev
Then open http://localhost:3000 in your browser.
π form-builder
βββ π app/ # Main application logic
β βββ π dashboard/ # User dashboard pages
β βββ π auth/ # Authentication pages
β βββ π form/ # Form viewing and submission
β βββ π layout.tsx # Global layout
βββ π components/ # Reusable UI components
βββ π hooks/ # Custom hooks for logic handling
βββ π public/ # Static assets
βββ π styles/ # Global styles
βββ π package.json # Dependencies
βββ π tailwind.config.ts # Tailwind CSS config
βββ π tsconfig.json # TypeScript settings
Found a bug? Have an idea? PRs are welcome! Open an issue, submit a pull request, or just send us a message.
MIT License β because good code should be shared. π