This project is a simple "Contact Us" form built with HTML, CSS, and JavaScript for client-side validation. The form collects basic details such as name, email, and message, with validation handled in JavaScript.
- HTML
- CSS
- JavaScript
Prerequisites
- No special installation are required.
Configuration:
- Clone this repository:
- git clone https://github.com/yourusername/contact-form.git
- cd contact-form
- Open index.html in your browser:
- open index.html (MacOS/Linux) or start index.html (Windows)
- The form collects name, email, and message.
- JavaScript is used to perform client-side validation, including:
- Ensuring the email is valid
- Ensuring that no fields are left blank