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