'Svelte - The Complete' Guide course exercises and notes
The main project built throughout this course, the original course project was made in an older version of Svelte and on Javascript, but my version was on the most recent as of writing this and using typescript, also tried to refactor the code whenever I saw fit to make it a bit more clean and cohesive.
Important to note that I've disabled the firebase backend write functionality so it's just readonly now, but all it's needed to replicate the backend is a firebase project with the (free) realtime database on the test mode, and after that it's just necessary to change the API URLs
To visualize notes right next to their example implementations that are scattered throughout this repository, I'd recommend using the VS Code extension 'Todo Tree', and then just filter for any comment with a 'NOTE' prefix to it.
You can also just search for 'NOTE ' (case sensitive and with the one whitespace afterwards) in the IDE of your choice and it should show every note in the project.