This project is a validation form created as a part of the Celebal Technologies ReactJS internship. It demonstrates form validation techniques in a React application.
- Form Validation: Includes various validation checks for form fields.
- Responsive Design: Adapts to different screen sizes.
- Component-based Architecture: Utilizes reusable React components.
- Node.js (v14 or higher)
- npm (v6 or higher) or yarn
-
Clone the repository:
git clone https://github.com/vinodjangid07/Celebal-intern-weekone.git
-
Navigate to the project directory:
cd Celebal-intern-weekone
-
Install the dependencies:
npm install
To start the application locally:
npm start