{"id":29822134,"url":"https://github.com/rahul-bhati/form-builder-hypergro-frontend","last_synced_at":"2026-04-16T03:32:59.380Z","repository":{"id":296545447,"uuid":"993743049","full_name":"Rahul-Bhati/form-builder-hypergro-frontend","owner":"Rahul-Bhati","description":"You are required to build a frontend system for a form builder. The system should support adding fields visually, editing field properties, previewing forms in real-time, and generating a shareable link. Bonus points for implementing auto-save, accessibility, and export features. ","archived":false,"fork":false,"pushed_at":"2025-05-31T12:47:57.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T00:45:58.391Z","etag":null,"topics":["react","react-hooks","react-router","react-router-dom","reactjs"],"latest_commit_sha":null,"homepage":"https://hypergro-form-builder.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rahul-Bhati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-31T12:29:37.000Z","updated_at":"2025-05-31T12:49:45.000Z","dependencies_parsed_at":"2025-06-01T01:09:22.378Z","dependency_job_id":"fdd58e80-4f0b-4c46-b4b0-9adaaae2d232","html_url":"https://github.com/Rahul-Bhati/form-builder-hypergro-frontend","commit_stats":null,"previous_names":["rahul-bhati/form-builder-hypergro-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rahul-Bhati/form-builder-hypergro-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul-Bhati%2Fform-builder-hypergro-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul-Bhati%2Fform-builder-hypergro-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul-Bhati%2Fform-builder-hypergro-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul-Bhati%2Fform-builder-hypergro-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahul-Bhati","download_url":"https://codeload.github.com/Rahul-Bhati/form-builder-hypergro-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahul-Bhati%2Fform-builder-hypergro-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-hooks","react-router","react-router-dom","reactjs"],"created_at":"2025-07-29T00:38:23.308Z","updated_at":"2026-04-16T03:32:59.361Z","avatar_url":"https://github.com/Rahul-Bhati.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to your EzSite project\n\nA clean, modern React template with TypeScript, Vite, TailwindCSS, and ShadCN UI components. This template provides a solid foundation for building web applications with best practices in mind.\n\n## Tech Features\n\n- ⚡️ **Vite** - Lightning fast build tool\n- 🔥 **React 18** - Latest React features\n- 🧩 **TypeScript** - Type safety for better developer experience\n- 🎨 **TailwindCSS** - Utility-first CSS framework\n- 🧰 **ShadCN UI** - Accessible and customizable UI components\n- 📱 **Responsive Design** - Mobile-first approach\n- 🧭 **React Router** - Easy client-side routing\n- 🔄 **React Query** - Data fetching and state management\n- 🧪 **Form Handling** - React Hook Form with Zod validation\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn or pnpm\n\n### Installation\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/your-username/react-template-project.git\ncd react-template-project\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn\n# or\npnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n4. Open your browser and visit `http://localhost:5173`\n\n## Project Structure\n\n```\nreact-template-project/\n├── public/              # Static assets\n│   ├── components/      # Reusable components\n│   │   └── ui/          # UI components from ShadCN\n│   ├── hooks/           # Custom React hooks\n│   ├── lib/             # Utility functions and libraries\n│   ├── pages/           # Page components\n│   ├── App.tsx          # Main application component\n│   ├── index.css        # Global styles\n│   └── main.tsx         # Application entry point\n├── .gitignore\n├── package.json         # Project dependencies and scripts\n├── tailwind.config.ts   # TailwindCSS configuration\n├── tsconfig.json        # TypeScript configuration\n└── vite.config.ts       # Vite configuration\n```\n\n## Customization\n\n- **Styling**: Modify `tailwind.config.ts` to customize your design tokens\n- **Components**: Add or modify components in the `src/components` directory\n- **Pages**: Create new pages in the `src/pages` directory\n- **Routing**: Update routes in `src/App.tsx`\n\n## Building for Production\n\n```bash\nnpm run build\n# or\nyarn build\n# or\npnpm build\n```\n\nThe built files will be in the `dist` directory, ready to be deployed.\n# form-builder-hypergro-frontend\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-bhati%2Fform-builder-hypergro-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahul-bhati%2Fform-builder-hypergro-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-bhati%2Fform-builder-hypergro-frontend/lists"}