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 comments

  • P

    @Motlakz

    Submitted

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

    I'm most proud of the sound integration for the clicks and score page. I would better enhance the UI to give it my own personal touch and increase the quiz difficulty levels.

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

    I encountered issues with the production environment because paths and routes need to be implemented a specific way to render properly when the app is live. I updated the Vite Config file to accept various paths, added specific default path to package.json, and implemented rules for enabling sounds based on path.

    P

    @DanielDantas0921

    Posted

    I really liked your solution. You included things that the challenge didn't ask for and did what the challenge asked for. The sounds and themes were very good.

    1
  • P

    @DanielDantas0921

    Posted

    I liked your code. In my solution I didn't know how to change the color of the input radio ball but in your code I saw that you did it with accent-color. Congratulations on your code. I learned something new.

    0
  • P
    gfunk77 1,200

    @gfunk77

    Submitted

    My approach for the curved lines in the purple and pink sections was to make separate svgs and attach them to the bottom of the sections.

    If there is an easier approach, please comment. I would love to learn an easier and cleaner way.

    I ran into problems bundling with parcel. On local, the svgs were fine but in production they weren't spanning the entire width of the viewport. To solve this, I removed the width and height attributes from the svgs and added inline styles. With these changes the build was successful.

    Feedback is appreciated, thanks!!

    P

    @DanielDantas0921

    Posted

    congratulations on the code. It was the cleanest code I've ever seen. It was much better than the code I made

    1
  • P
    Nick 260

    @nn-code80

    Submitted

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

    This was my first time using Figma, so understanding the program and how to asses dimensions was challenging. Also, the curves in the design were tricky. I didn't see any SVG files for the curves, so I made my own using Illustrator and attached them using the::after pseudoelement. Feedback is always appreciated. Thanks!

    P

    @DanielDantas0921

    Posted

    Congratulations on your code. I did this challenge and used 8 media. You only used 3. Then I'll stop to study your code to improve my skill.

    0