What are you most proud of, and what would you do differently next time?
This was the first time implementing Typescript and a dark/light mode into an application. I feel like I picked them up fairly quickly. I know I have more to learn with Typescript, but this was a good first project.
As for the dark/light mode, I elected to handle it with dynamic classes. For this project I feel like it works well, though for larger applications I'm not sure if there is a better way.
What challenges did you encounter, and how did you overcome them?
Figuring out the question progress bar was the biggest hurdle I faced. I was able to find some information online that provided the right direction and I was able to figure it out in the end.
What specific areas of your project would you like help with?
If there is a better way to handle the dark/light mode feature, I would be interested in hearing other options.
Also, if there are any general suggestions/tips to improve upon my code I'm all ears.
Thanks!