Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Got it pretty close to the design.

    What challenges did you encounter, and how did you overcome them?

    Didn't really encounter any challenges.

    What specific areas of your project would you like help with?

    Nothing that I can think of at the moment.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    As an added challenge, I decided to create a theme toggle for this project. I added a separate set of color variables closely related to those for the default theme, and a button to switch between themes.

    As another added challenge, even though it's blatant overkill for such a simple component, I took the opportunity to build an accessibility checker into my workflow using pa11y and concurrently. The intention is to use this, going forward, in future challenges and other projects.

    What challenges did you encounter, and how did you overcome them?

    This challenge fell under the category: "review of the skills I already have." But practice is always a good thing! :)

    I did learn some new things along the way -- mostly from building the accessibility checker. It took some trial and error to get things working properly, and in a way that made sense.

    What specific areas of your project would you like help with?

    None that I can think of.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Even though it's a fairly simple feature, I think I'm most proud of the dark theme toggle.

    What challenges did you encounter, and how did you overcome them?

    The main challenge I encountered, after deploying to Netlify, was that when I clicked on the theme toggle button suddenly the logo and toggle button (an SVG) were broken. I did some searching in Google, and eventually found that I was incorrectly handling these images in the JavaScript when the toggle button was clicked. The src URLs (at first hard coded) were not getting correctly updated in the build.