Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Request path contains unescaped characters
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


    The one part that I struggled with during this challenge was using the desktop svg in the react component. I was able to convert the tags to be jsx friendly but the background would not show. What is the best practice for using SVG's in react components?

  • Submitted


    This challenge was pretty easy. I was actually working on something similar in my freelance work so I had a good idea of how I was going to save state and make this interactive.

    One problem I ran into was using Tailwind to create the custom look of the radio buttons by using their peer function. I needed to separate all the the radio buttons into their own <div> because without, when 1 was selected all of the peers were visually changing.

    No major questions about best practices. If anythings it would be around the correct way to use all of the different form tags.

  • Submitted


    This was a pretty easy challenge for me. I decided to keep it simple and utilize just html and css files.