Closed gauravghodinde closed 8 months ago
@gauravghodinde , when addressing each issue, create a new branch from main. Ensure that your pull request only contains commits relevant to the specific issue being solved, excluding any commits from previous issues.
Maintain user session using local storage. #3
// Save user data to local storage localStorage.setItem("user",JSON.stringify(json)) this stores the user token in local storage so users don't need to log in again and again