Skip to content

A user-friendly login and signup system for seamless access to your applications. Easy, secure, and stylish.

License

Notifications You must be signed in to change notification settings

MaheepTulsian/Secure-Sleek-Login-Signup-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Login and Signup System

This is a simple login and signup system created using HTML, CSS, and JavaScript. It allows users to log in or create a new account by entering a username and password. The system stores user credentials in the browser's local storage.

Features

  • Login: Existing users can log in using their username and password. If the login is successful, they are redirected to a dashboard page.

  • Signup: New users can create an account by choosing a unique username and password. The system checks if the username is already taken and provides an error message if it is.

Project Structure

  • index.html: The HTML file for the login page.
  • signup.html: The HTML file for the signup page.
  • style.css: The CSS file for styling the login and signup pages.
  • login.js: JavaScript code for handling the login process.
  • signup.js: JavaScript code for handling the signup process.
  • assets/: Directory for storing image assets used in the project.

Local Storage

User credentials are stored in the browser's local storage for this project. It's important to note that local storage is not secure for storing sensitive user information. This project is intended for learning purposes and should not be used for real-world applications without proper security measures.

License

This project is open-source and available under the MIT License. You are free to use and modify this project for your own purposes.

Contributing

Feel free to contribute to this project by creating issues or pull requests. Any improvements or suggestions are welcome.

Acknowledgments

This project was created as a simple example of a login and signup system using HTML, CSS, and JavaScript.


About

A user-friendly login and signup system for seamless access to your applications. Easy, secure, and stylish.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published