Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login and Signup | Save User progress in Database #180

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

udaykirancodes
Copy link

@udaykirancodes udaykirancodes commented Mar 1, 2024

Login & Login and Signup #173

Front-End

  • Implemented Login, Register and Storing the Progress of Users.
  • Removed Theme Context , Added Global Context Where we have (Theme , User info)
  • Created a Pages Folder which contains
    • Login Page
    • Register Page
    • Forgot Password Request Page
    • Reset Password Page
    • Email Verify page
  • Added LogOut button in the Footer
  • Logged in Users can store data in localStorage & MongoDB. Not logged in users can still use localStorage.
  • Once Integrated with Backend, Users can save progress in database

Frontend Requirements :

  • Environmental Variable
 REACT_APP_BASE_URL=http://localhost:8081/ (backend url) (example : https://example.com/) --> Should end with /

Note :

  • Backend Required to Save User Progress is at https://github.com/udaykirancodes/450-dsa-backend

  • Please Go through Backend Repo and Read README.md file

  • Deploy it on any platform and add required environmental variables (mentioned in repo)

  • Please Un Comment this line.

 ReactGA.initialize(process.env.REACT_APP_GA_TRACKING_ID);
  • Commented just not to get adds while development.

Contact Info :

  • If you had any queries regarding backend & frontend please feel free to contact me.

portfolio

linkedin

twitter

Copy link

vercel bot commented Mar 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
450-dsa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2024 9:03am

@udaykirancodes
Copy link
Author

Hello @AsishRaju 👋.

  • I'm done with Login and Sign Up
  • Users can Save Progress once Backend is deployed.
  • Check it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant