An open API service indexing awesome lists of open source software.

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.

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