Skip to content

Khalidur-sujon/react-formik-validation

Repository files navigation

React Form Validation with Formik and Yup

This repository demonstrates form validation in a React application using Formik and Yup. It includes a sample form with various input fields, showcasing how to implement and manage validation effortlessly.

Features

  • Formik for managing form state and handling submission.
  • Yup for schema-based form validation.
  • Responsive and Accessible form components.
  • Custom Validation Messages to enhance user experience.

Installation

Clone the repository:

git clone https://github.com/your-username/react-form-validation.git

Navigate to the project directory:

cd react-form-validation

Install dependencies:

npm install

Usage

Start the development server:

npm run dev

Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.