From ca7daa3c56109b571fd0693895caa4c20808807b Mon Sep 17 00:00:00 2001 From: NITYANIT Date: Thu, 15 Jan 2026 14:42:04 +0530 Subject: [PATCH 1/5] projectStructure --- README.md | 62 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 47 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 833ef2b..69e96ed 100644 --- a/README.md +++ b/README.md @@ -23,19 +23,19 @@ GenForm proudly participates in **SWOC**, and we appreciate everyone who contrib -πŸ”Ή **Aman Singh** β€” [@Amansingh0807](https://github.com/Amansingh0807) -πŸ”Ή **Kenneth Jerome Fernandes** β€” [@KennethJF23](http://github.com/KennethJF23) -πŸ”Ή **Shihab Hasan** β€” [@shihabhasan0161](https://github.com/shihabhasan0161) -πŸ”Ή **Prabuddha Narayan Datta** β€” [@prabuddhaxdev](https://github.com/prabuddhaxdev) -πŸ”Ή **David Pratama** β€” [@daviddprtma](https://github.com/daviddprtma) -πŸ”Ή **Archita Agrawal** β€” [@ArchitaAgrawal912](https://github.com/ArchitaAgrawal912) -πŸ”Ή **Nitya Gattu** β€” [@NITYANIT](https://github.com/NITYANIT) - -> ℹ️ **Contributor Instructions** -> β€’ Contributors do not have direct edit access -> β€’ Please add your name **only after your PR is merged** -> β€’ Follow the same format to keep the list clean - + + + + + + + + + + +

Aman Singh

Kenneth Jerome Fernandes

Shihab Hasan

Prabuddha Narayan Datta

David Pratama

Archita Agrawal

Nitya Gattu
+ +Want to see your name here? Make a contribution and open a PR πŸš€ --- ## 🌟 Overview @@ -135,6 +135,38 @@ GenForm proudly participates in **SWOC**, and we appreciate everyone who contrib - **Build Tool** - Turbopack - **Code Quality** - ESLint +--- +## πŸ“ Project Structure +Here’s a quick look at how the repository is organized: +πŸ“ +β”œβ”€β”€ .github/ # GitHub workflows & configs +β”œβ”€β”€ app/ # Next.js App Router pages & layouts +β”œβ”€β”€ components/ # UI components +β”œβ”€β”€ hooks/ # Custom React hooks +β”œβ”€β”€ lib/ # Utility modules & helpers +β”œβ”€β”€ prisma/ # Database schema & migrations +β”œβ”€β”€ public/ # Public assets (images, etc.) +β”œβ”€β”€ types/ # TypeScript type definitions +β”œβ”€β”€ .editorconfig # Editor config rules +β”œβ”€β”€ .gitignore # Git ignore rules +β”œβ”€β”€ .hintrc # Linter configuration +β”œβ”€β”€ .prettierrc # Prettier config +β”œβ”€β”€ CODE_OF_CONDUCT.md # Contributor guidelines +β”œβ”€β”€ CONTRIBUTING.md # Contribution guide +β”œβ”€β”€ LEARN.md # Learning doc / usage tips +β”œβ”€β”€ LICENSE # MIT License +β”œβ”€β”€ README.md # Project overview & instructions +β”œβ”€β”€ SECURITY.md # Security policy +β”œβ”€β”€ components.json # Shadcn UI component config +β”œβ”€β”€ eslint.config.mjs # ESLint config +β”œβ”€β”€ middleware.ts # Next.js middleware +β”œβ”€β”€ next.config.ts # Next.js config +β”œβ”€β”€ package.json # Dependencies & scripts +β”œβ”€β”€ package-lock.json # Locked dependencies +β”œβ”€β”€ postcss.config.mjs # PostCSS config +β”œβ”€β”€ tailwind.config.ts # Tailwind CSS config +└── tsconfig.json # TypeScript config + --- ## πŸš€ Getting Started @@ -264,7 +296,7 @@ AI Output: ## πŸ“Έ Screenshots -![GenForm Dashboard](https://github.com/Amansingh0807/GenForm/blob/master/public/Screenshot%202025-06-17%20154052.png) +![GenForm Dashboard](public/Screenshot%202025-06-17%20154052.png) --- @@ -326,4 +358,4 @@ Need help? We're here for you! [πŸš€ Try GenForm Now](https://genformai-kappa.vercel.app/) - + \ No newline at end of file From f6aed50f1356853766dca28649b948e15c397980 Mon Sep 17 00:00:00 2001 From: NITYANIT Date: Thu, 15 Jan 2026 14:47:07 +0530 Subject: [PATCH 2/5] fixedreadme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e96ed..ac6f715 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,11 @@ Want to see your name here? Make a contribution and open a PR πŸš€ --- ## πŸ“ Project Structure + Here’s a quick look at how the repository is organized: -πŸ“ + +```text +πŸ“ Project Structure β”œβ”€β”€ .github/ # GitHub workflows & configs β”œβ”€β”€ app/ # Next.js App Router pages & layouts β”œβ”€β”€ components/ # UI components From 8632573e197d02e0b260bcc49d9592f1c4a1f1a2 Mon Sep 17 00:00:00 2001 From: NITYANIT Date: Thu, 15 Jan 2026 14:53:33 +0530 Subject: [PATCH 3/5] docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac6f715..bdf11f0 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Here’s a quick look at how the repository is organized: β”œβ”€β”€ postcss.config.mjs # PostCSS config β”œβ”€β”€ tailwind.config.ts # Tailwind CSS config └── tsconfig.json # TypeScript config +``` --- From 1e8bb975bafd8910f5e7b106a358d6e4def00573 Mon Sep 17 00:00:00 2001 From: NITYANIT Date: Fri, 16 Jan 2026 17:49:32 +0530 Subject: [PATCH 4/5] addedcontributors --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bdf11f0..7423256 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,25 @@ GenForm proudly participates in **SWOC**, and we appreciate everyone who contrib - - - - - - + + + + + + + + + + + + + + + + +

Aman Singh

Kenneth Jerome Fernandes

Shihab Hasan

Prabuddha Narayan Datta

David Pratama

Archita Agrawal

Nitya Gattu

Takunda Lennox J Galanje +

Nikitha

Kenneth Jerome Fernandes

Shihab Hasan

Prabuddha Narayan Datta

David Pratama

Archita Agrawal

Nitya Gattu

Shaurya Singh

Vishwanath Patre

Shatrughan
Want to see your name here? Make a contribution and open a PR πŸš€ From 087c015b6a659d650ba8b6e52d01aa2b998a1409 Mon Sep 17 00:00:00 2001 From: NITYANIT Date: Sat, 17 Jan 2026 17:41:51 +0530 Subject: [PATCH 5/5] enhancement --- components/LandingPage.tsx | 142 +++++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 52 deletions(-) diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 04d0c1a..a2b9d8d 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -221,12 +221,12 @@ const LandingPage = ({ userId }: LandingPageProps) => {
{/* Step 1 */}
-
-
-
-
- +
+
+
+
@@ -242,11 +242,11 @@ const LandingPage = ({ userId }: LandingPageProps) => { {/* Step 2 */}
-
-
-
- +
+
+
@@ -262,11 +262,11 @@ const LandingPage = ({ userId }: LandingPageProps) => { {/* Step 3 */}
-
-
-
- +
+
+
@@ -433,9 +433,8 @@ const LandingPage = ({ userId }: LandingPageProps) => { whole header (question row) is clickable and animations are consistent across browsers. */}
+ + {/* Still have questions */} +
+
+ +

+ Still have more questions? +

+ +

+ We’re happy to help! Reach out to us and we’ll get back to you as soon as possible. +

+ +
+ {/* Email Button */} + + Send Email + + + {/* Contact Us Button */} + + Contact Us + +
+
+
+ +
{/* Pricing Section */}