/Signup-login-with-localstorage

User authentication using local storage, bootstrap 5 and vanilla js

Primary LanguageJavaScript

User Authentication Using LocalStorage

This project was aimed at validating user login details using Web Storage API.

Built using: Vanilla Js, Bootstrap 5 and Local Storage

First off, an account gets created, then the user logs into the app, using their login info/details.

PS: This is a Single User App. Hence, every new account that gets created overrrides the previous stored data, saved in the local storage.

Previews from the App

Sign up Screen: required inputs error message

"Sign Up screen"

Sign up Screen: Account created successfully

"Sign up screen 2"

Log in Screen: empty input field

"Log in screen"

Log in Screen: incorrect login details

"Log In screen2"

Log in Screen: Successful login

"Log In screen3"

Home page

"Home page"

Home page: Navbar

"Homepage Navbar"