Skip to content

sujay-0-dev/Authentication-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Frontend Authentication A simple frontend authentication system built using HTML, CSS, and JavaScript. This project includes a login and signup system with basic validation.

🚀 Features ✅ User Registration (Signup) ✅ User Login System ✅ Form Validation (Email, Password Strength) ✅ Password Show/Hide Toggle ✅ Responsive UI ✅ LocalStorage-based Authentication

🛠 Tech Stack HTML - Structure CSS - Styling JavaScript - Validation & Authentication Logic 📷 Screenshots (Add login/signup page screenshots here)

🏗 Installation & Setup 1️⃣ Clone the repository:

bash Copy Edit git clone https://github.com/sujay-0-dev/frontend-authentication.git 2️⃣ Open the index.html file in your browser.

🎯 How It Works User Signup:

Enter email and password. Password validation (min 6 characters, 1 uppercase, 1 number). Saves user credentials in LocalStorage. User Login:

Compares entered credentials with stored credentials. Grants access if matched. Logout:

Clears session data and redirects to login page. 📂 Project Structure bash Copy Edit frontend-authentication/ │── index.html # Main Page │── login.html # Login Page │── signup.html # Signup Page │── styles.css # Styling │── script.js # Authentication Logic │── README.md # Documentation 💡 Future Enhancements 🔹 Add Backend Authentication (Firebase) 🔹 Use a Database for User Management 🔹 Improve UI with Bootstrap/Tailwind

🤝 Contributing Want to contribute? Feel free to fork this repository, make improvements, and submit a pull request!

📜 License This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors