I'm most proud of my use of CSS with this product. I used minimal Javascript for this project which is what I otherwise would have used for all the animation. I used built in behavior of HTML and CSS to make the radio, toggle and switch interactions. In retrospect, I would get the darkmode/lightmode switch working as soon as possible with the variables for each mode at the beginning of the project.
What challenges did you encounter, and how did you overcome them?The hardest part of the project was making the inputs function correctly with highly customized behavior involving modification of their label elements using :checked and ::before selectors.
What specific areas of your project would you like help with?I think my project may be lacking in accessibility, although I did put a lot of effort on in that area this time.