A simple and responsive Login Form built using HTML, CSS, and JavaScript. This project demonstrates form validation and styling with a clean user interface.
Email and password input fields Basic form validation Responsive design with CSS Lightweight and beginner-friendly
- HTML5 – Structure
- CSS3 – Styling & layout
- JavaScript – Validation & interactivity
├── index.html # Main HTML file
├── style.css # CSS styles
├── script.js # JavaScript validation logic
└── README.md # Project documentation
-
Clone this repository: https://github.com/eischideraa-unn/html-clickform.git
-
Open https://eischideraa-unn.github.io/html-clickform/ in your browser.
-
Enter your email and password to test the form. 🎉
- Add "Show/Hide Password" toggle
- Add "Remember Me" checkbox
- Connect to backend for real authentication
Made with HTML, CSS, and JavaScript