ReactJS Validation Form 📝

Preview 👁️

image

Overview 🌟

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.

Features ✨

  • Form Validation: Includes various validation checks for form fields.
  • Responsive Design: Adapts to different screen sizes.
  • Component-based Architecture: Utilizes reusable React components.

Getting Started 🚀

Prerequisites 📋

  • Node.js (v14 or higher)
  • npm (v6 or higher) or yarn

Installation 🔧

  1. Clone the repository:

    git clone https://github.com/vinodjangid07/Celebal-intern-weekone.git
  2. Navigate to the project directory:

    cd Celebal-intern-weekone
  3. Install the dependencies:

    npm install

Running the Application ▶️

To start the application locally:

npm start