https://github.com/jeanpoolgg/form-react
A React-based project featuring various form implementations, exploring different use cases and technologies.
https://github.com/jeanpoolgg/form-react
biomejs chakra-ui husky lint-staged react-hook-form react-v19 typescript zod
Last synced: about 1 month ago
JSON representation
A React-based project featuring various form implementations, exploring different use cases and technologies.
- Host: GitHub
- URL: https://github.com/jeanpoolgg/form-react
- Owner: jeanpoolgg
- Created: 2025-08-06T08:50:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T11:53:29.000Z (11 months ago)
- Last Synced: 2025-08-06T13:37:38.290Z (11 months ago)
- Topics: biomejs, chakra-ui, husky, lint-staged, react-hook-form, react-v19, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Form React
A work-in-progress React project focused on exploring different approaches to building and managing forms in modern React applications. This project uses TypeScript and Vite as the foundation.
## 📁 Project Structure
```bash
├── .husky
├── public
├── src
│ ├── assets
│ ├── components
│ ├── layouts
│ ├── pages
│ ├── routes
│ ├── main.tsx
│ └── App.tsx
├── .gitignore
├── tsconfig.node.json
├── biome.json
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.ts
```
## 🛠️ Tech Stack
- React
- TypeScript
- Chakra UI
- Tailwind v4
- React Router v7 Declarative
- Tooling: Husky, Biome and Lint staged
- Vite
## 🚧 Status
This project is under construction. More features, technologies, and form examples will be added progressively.
## 📦 Setup
```bash
npm install
npm run dev