• Stars
    star
    1
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

At first glance a simple to-do app, but with a powerful backend working behind the scenes. The purpose of this app was starting out with my Node learning while providing a secure and straightforward way to protect your data from attackers. Since I care about performances I also added another advanced feature that is Redis, to make cards display as quickly as possible. For the client side I used React and . Taking inspiration from the internet and created what I thought was the best design for this application. To make it as powerful and efficient as possible I also tested it multiple times on web.dev, because not only design but also performances must be a priority.