A responsive and interactive Register & Login application built using HTML, CSS, and JavaScript.
This project demonstrates fundamental web development skills including form validation, LocalStorage usage, and responsive UI design.
Check out the live version here:
👉 (https://register-login-html-css-js.netlify.app/)
The project consists of:
- Home.html – The landing/home page of the application.
- Styled with
style3.css
.
- Styled with
- Login.html – User login page.
- Styled with
style.css
.
- Styled with
- Signup.html – User registration page.
- Styled with
style2.css
.
- Styled with
- loginScript.js – Handles login functionality and LocalStorage verification.
- signupScript.js – Handles registration and stores user credentials in LocalStorage.
- style.css – Styling for Login page.
- style2.css – Styling for Signup page.
- style3.css – Styling for Home page.
- User Registration & Login: Users can create an account and log in.
- LocalStorage Integration: User data is stored in browser LocalStorage for persistence.
- Responsive Design: Works on desktops, tablets, and mobile devices.
- Form Validation: Checks for empty fields, valid email format, and password matching.
git clone https://github.com/sabbirShaikh/Register-Login-html-css-js.git