Skip to content

Created a Login Page , expecting user to enter valid Email and Password , applied basic validations to Email and Password field and after successful credentials entering user to Home Screen , and maintaining user login status in LocalStorage, so that refreshing won't impact. Used AuthContext (for storing user details) useContext , useReducer hooks.

Notifications You must be signed in to change notification settings

hemant110800/Login-Handler-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-Handler-App

Created a Login Page , expecting user to enter valid Email and Password , applied basic validations to Email and Password field and after successful credentials entering user to Home Screen , and maintaining user login status in LocalStorage, so that refreshing won't impact. Used AuthContext (for storing user details) useContext , useReducer hooks.

1)Empty Field Validations image

2)Email Vaildations image

3)Password Validations image

4)Valid Credentials image

About

Created a Login Page , expecting user to enter valid Email and Password , applied basic validations to Email and Password field and after successful credentials entering user to Home Screen , and maintaining user login status in LocalStorage, so that refreshing won't impact. Used AuthContext (for storing user details) useContext , useReducer hooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published