Welcome to the project.
This project serves as a tutorial for integrating React Hook Form with Zod in a TypeScript environment, specifically within a Next.js application styled with Tailwind CSS. By following along with this project, you'll learn how to build robust, type-safe forms effortlessly.
- Integration of React Hook Form with Zod for form validation
- TypeScript for type safety
- Next.js for server-side rendering and routing
- Tailwind CSS for styling
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/IndySeh/nextjs-react-hook-forms-zod-jest.git
- Navigate to the project directory:
cd nextjs-react-hook-forms-zod-jest
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit:
http://localhost:3000
Contributions are welcome! If you find any issues or would like to add new features, please open an issue or submit a pull request.