I'm proud of being able to build a component with a 100% accessibility score according to the Lighthouse test. If I were to do it again, I would try to use a CSS pre-processor like Sass to reuse the styles I applied.
What challenges did you encounter, and how did you overcome them?When building this component, I realized I did not know how to build applications without frameworks and was ignoring most front-end best practices at my work, such as using semantic and accessibility tags. After building the application following the recommendations, I also used AI to identify possible practices I was missing.
What specific areas of your project would you like help with?I would like help with modularizing the components. I don't know if I could have built the rating component separately from the index.html, as I did with the thank-you page.