/secret-notes

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.

Primary LanguageJavaScript

https://secretnotes.herokuapp.com/login

At first glance a simple to-do app, but powered by a powerful backend working behind the scenes.

The purpose of this app was to start out with a backend project using Node js. I managed to create a secure and straightforward app that will protect your notes data from any attackers.

Since I really cared about performances I had enough freetime I also successfully added Redis caching system, another advanced feature that will make yours notes display as quickly as possible.

For the client side I used React, which smoothly interacts with the Express backend. Taking some inspiration from the internet and using a great amount of creativity I was able to create the best design for this application. The fly in the ointment is that it doesn't look on mobile screen as in the desktop version for design reasons. The App is really powerful and efficient, you can verify his performance using web.dev.