Register-login-dashboard

Registration, Login & Dashboard Mini Web App

A modern, responsive mini web application built with HTML, CSS, and JavaScript. It features registration, login, and dashboard pages with full client-side validation and localStorage-based authentication. No backend or frameworks required.

Features

Technologies Used

Validations

How to Run Locally

  1. Clone or download this repository.
  2. Open register.html in your browser to register a new user.
  3. Use login.html to log in.
  4. After login, you’ll be redirected to dashboard.html.

How to Deploy on GitHub Pages

  1. Create a new public GitHub repository (e.g., registration-login-dashboard).
  2. Push all project files to the repository.
  3. Go to Settings > Pages in your repo.
  4. Select the main branch and / (root) folder.
  5. Save and get your live URL (e.g., https://username.github.io/registration-login-dashboard/register.html).

Demo


Enjoy your modern, secure, and beautiful registration/login/dashboard app!