I am most proud of the dark mode i implemented. This is my first time implementing dark-mode in a webpage. i used vanilla-js and i hope to learn to automatically switch modes based on system's preferences using a media query.
Samir Bokhiriya
@samirbokhiriyaAll comments
- @StanmancerSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?@samirbokhiriyaPosted 7 months ago
i've checked though you whole code it was really clean and kind of perfect how did you learn javascript i mean by watching tutorials or directly or are you doing some kind of course or something like that
0 - @rupali317Submitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Proud of: I became familiar with the essential keyboard shortcuts for navigating via VoiceOver.
Continued development: Improve the performance by monitoring the metrics from PageSpeed Insights (especially Total Blocking Time).
What challenges did you encounter, and how did you overcome them?I struggled with the usage of VoiceOver. I was not confident despite going through the VoiceOver guide from Mac.
I overcame this challenge by asking the community and Grace Snow provided tips on how to improve the accessibility and also provided practical resources to VoicerOver's usage. For more information, feel free to read my readme file.
What specific areas of your project would you like help with?I do not have any questions so far for this project. I am always open for feedback on my code.