Skip to content

sabbirShaikh/Register-Login-html-css-js

Repository files navigation

Register & Login Form (HTML, CSS, JavaScript)

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.


🚀 Live Demo

Check out the live version here:
👉 (https://register-login-html-css-js.netlify.app/)


📂 Project Structure

The project consists of:

  • Home.html – The landing/home page of the application.
    • Styled with style3.css.
  • Login.html – User login page.
    • Styled with style.css.
  • Signup.html – User registration page.
    • Styled with style2.css.
  • 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.

🛠️ Features

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published