Skip to content

parmanandraj/Signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Signup

๐ŸŽ“ Student Login System

A simple, lightweight Student ID Login interface built with HTML, CSS, and Vanilla JavaScript. This project demonstrates basic authentication logic, form validation, and responsive UI design.

๐Ÿš€ Features

Clean UI: Modern, centered login card with soft shadows and rounded corners. Responsive Design: Works across different screen sizes. Authentication Logic: Validates student credentials and provides instant feedback for errors. Redirection: Successfully redirects users to a dashboard upon correct login.

๐Ÿ› ๏ธ Tech Stack:-

HTML5: Structure of the login form. CSS3: Custom styling and layout using Flexbox. JavaScript: Client-side logic for credential verification.

โš™๏ธ How to Use:-

Clone the repository to your local machine. Open index.html in any modern web browser. Enter the default credentials to test the login.

๐Ÿ”‘ Default Credentials:-

To access the system, use the following hardcoded credentials found in script.js:Student ID: SDT001

๐Ÿ“ Code Snippet: Login Logic:-

The core logic resides in the login() function, which compares user input against predefined constants:

๐Ÿ›ก๏ธ Future Improvements:-

Integration with a Backend/Database (Node.js/MongoDB) for real user management. Adding JWT (JSON Web Tokens) for secure session handling. Improved security by removing hardcoded credentials from the frontend.

Created by :- Parmanand Kumar

About

Sign-up

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors