In this particular challenge I applied more accessibility features in my CSS (e.g. @media (prefers-reduced-motion: reduced)
and @media (prefers-reduced-motion: no-preference)
).
I also utilized Google Lighthouse which is an open-source, automated tool that helps us improve the quality of our web pages (i.e. audits for performance, accessibility, SEO, and more)
From this point forwards, I will responsibly add all my animations and transitions in the no-preference block and also include a Google Lighthouse Evaluation in my repository.
What challenges did you encounter, and how did you overcome them?Well the challenges that was new to me here was making sure to add more accessibility in my CSS where I feel like I was lacking compared to my previous projects.
The solution I made was to read more about other media queries in CSS and also checking my website quality with Google Lighthouse for the first time.
What specific areas of your project would you like help with?I would like to know more accessibility features in my CSS and also if there is someone who can help me get higher ratings in site performance which was only rated 85 in my Google Lighthouse Evaluation
P.S. I ran the evaluation again and I'm happy that the result turned out green.