Skip to content
Submitted 9 months ago

Mood tracking app

bootstrap, mysql, sass/scss, typescript, vue
P
LVL 5
Andrey5,470
@dar-ju
A solution to the Mood tracking app challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I learned what teleport is in VUE. The block with the graph has a scroll and is limited in size via overflow, each bar has a popup, so that these popups are not cut off, teleport was used to the body with coordinates.

What challenges did you encounter, and how did you overcome them?

Once again I regretted that I tried to type in strict mode. Development turns into torture and there is no pleasure from the completed project. TS is not for the faint of heart ...

At the very beginning of the project, I made a mistake. I did not take into account that the frontend and backend will be on different domains. As a result, sessions in cookies work, but only on the desktop. On the iPhone, the policy resets the session when the page is refreshed. I had to switch to JWT.

What specific areas of your project would you like help with?

How do you work with TS? It really destroys the brain

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Andrey’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