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.
├── .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
- React
- TypeScript
- Chakra UI
- Tailwind v4
- React Router v7 Declarative
- Tooling: Husky, Biome and Lint staged
- Vite
This project is under construction. More features, technologies, and form examples will be added progressively.
npm install
npm run dev