https://github.com/milanh34/unicode_lp_task_3
https://github.com/milanh34/unicode_lp_task_3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/milanh34/unicode_lp_task_3
- Owner: milanh34
- Created: 2023-11-27T17:07:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:37:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T11:11:22.465Z (4 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unicode_lp_task_2
This repository contains the code for the third learning period task of DJ Unicode, Web Frontend.# Objective -
1. Implementation of User Authentication using JWT Tokens
2. Creating an instance of axios and axios intercept
# Creating a Login/Signup with validation in ReactJS
Key features to be implemented :
1. Learn and implement axios for api fetching (i.e for all CRUD methods ).
# Problem Statement -
1. Integrate signup & login page using apis & axios
● You’ll get access token by logging in
● Use access token to get a pair of tokens (again access and refresh)
● Now the new access token can be used to call other requests where this token will be
required
2. Pass access token received on login to all access all other pages .(i.e the user should access home
page only when access token is available for that logged in account)
# Bonus Task -
1. Create Homepage & Navbar
2. Read about JWT tokens--------------------x--------------------
The Third Task has been completed along with one of the bonus tasks.
# Website Hosted
You can check out this link to see the website live : https://milanh34.github.io/unicode_lp_task_3/