This is a frontend project: a user registration form built with React and TypeScript, using a stack that combines robust validation, static typing, and an accessible UI with a clean look inspired by shadcn/ui.
| Tool | Description |
|---|---|
| React | Library for building user interfaces |
| TypeScript | Superset of JavaScript that adds static typing during development |
| React Hook Form | Form state management optimized for React |
| Zod | Schema validation library for strongly typed data |
| @hookform/resolvers | Adapter between React Hook Form and Zod |
| Tailwind CSS | Utility-first CSS framework |