https://github.com/hemant110800/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.
https://github.com/hemant110800/login-handler-app
css html javascript react reacthooks reactjs usecontext useeffect-hook usereducer-hook
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hemant110800/login-handler-app
- Owner: hemant110800
- Created: 2024-03-28T12:29:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:50:58.000Z (over 2 years ago)
- Last Synced: 2025-12-25T19:11:16.259Z (6 months ago)
- Topics: css, html, javascript, react, reacthooks, reactjs, usecontext, useeffect-hook, usereducer-hook
- Homepage:
- Size: 8.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

2)Email Vaildations

3)Password Validations

4)Valid Credentials
