Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 3 years ago

Full-Stack solution with user login and registration functionality

express, react, mongodb
Carlos Venencia•220
@cvenencia
A solution to the Todo app challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


Hi there!

For this challenge I decided to go with the full-stack project! I made it using Express for the backend hosted on Heroku, Mongo for the database hosted on MongoDB Atlas, and React for the front-end hosted on Github Pages.

It has user functionality, meaning you can create an account in which you can save your todo list. I tried to make the authentication part on the server following security standards for storing passwords, hashing them along with a salt and a pepper.

It also has a theme selector for dark and light mode, which is saved locally on the browser so it remembers your preference on reload.

Sometime in the future I may try to implement reordering the list, but that maybe would require some changes on the structure of the database.

I would appreciate any feedback! Thank you.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Carlos Venencia's solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License