Hi there Sitemate team!
I've made this repo public just in case you'd like to look around ^-^
This is one of my older projects from my first year at Hanze University - so you may notice a few beginner mistakes here and there. Just now I've noticed a lot of silly mistakes that I would do in a different way at the moment of writing this.
During my first year I learned about "recursion" and thought it would be a good solution for rendering the folders, as each folder holds "children" where each child can hold their own, etc.
If I were to update or recreate this project, I would ...
- switch to Tailwind
- update the design to make it user-friendly and modern
- change the way I handle the authentication
- use more meaningful variable names
- refactor the entire code structure for better maintainability