Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 908 Bytes

File metadata and controls

36 lines (22 loc) · 908 Bytes

Form-Validation-Using-JS

This project demonstrates a basic form validation implementation using HTML, CSS, and JavaScript.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/form-validation.git
  2. Open index.html in your web browser.

  3. Fill out the form and observe the real-time validation feedback.

  4. Submit the form to store data in local storage.

File Structure

  • index.html: HTML file containing the form structure.
  • style.css: CSS file for styling.
  • script.js: JavaScript file for form validation and submission.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push to your fork and submit a pull request.

License

This project is licensed under the MIT License.