https://github.com/danialeyz/login-register
sign in and sign up page with minimal design and saving user info in local storage and reusing it for signing in and validating user info with saved info and other validation methods
https://github.com/danialeyz/login-register
bootstrap5 landing-page localstorage login-system regex-pattern signin-page signing signup signup-form signup-page validation
Last synced: 2 months ago
JSON representation
sign in and sign up page with minimal design and saving user info in local storage and reusing it for signing in and validating user info with saved info and other validation methods
- Host: GitHub
- URL: https://github.com/danialeyz/login-register
- Owner: danialeyz
- Created: 2023-05-13T13:49:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T17:16:52.000Z (over 2 years ago)
- Last Synced: 2025-03-29T06:47:53.515Z (about 1 year ago)
- Topics: bootstrap5, landing-page, localstorage, login-system, regex-pattern, signin-page, signing, signup, signup-form, signup-page, validation
- Language: HTML
- Homepage: https://login-register-1.vercel.app
- Size: 3.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Landing Page Project Description
This project aims to create a user-friendly Log-in and sign-up page with a minimalistic design. The page will allow users to securely sign in by saving their information in local storage. This stored information will be reused for subsequent sign-ins, ensuring a seamless user experience.

### Key Features:
- **Sign-in and Sign-up:** Users will be able to easily sign in or sign up for an account.
- **Minimal Design:** The landing page will have a clean and minimalistic design, providing a visually appealing interface.
- **Local Storage:** User information will be securely stored in the local storage of the browser.
- **Information Reuse:** The stored user information will be automatically retrieved and reused for subsequent sign-ins, eliminating the need for repetitive data entry.
- **Validation Methods:** Various validation methods will be implemented to ensure the accuracy and security of user information.
- **Data Comparison:** User information will be compared with the saved data to validate the authenticity of the provided details.

By incorporating these features, the landing page will provide a comprehensive and secure solution for user authentication.