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?

    Implemented a simulated login where you can chose your username before you get access to the comment section.

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

    As there is no relation between who have liked the comments I just made it so the upvote/downvote button increments/decrements the score. This means any user can upvote/downvote as many time as they like🤪

  • Submitted


    Key Focuses

    • Filters saved in the URL
    • Exploring the new concepts of SvelteKit 2.0, such as the new way of fetching data in the load function.
    • Test-driven development with Vitest.

    Other thoughts

    I didn't quite understand how they wanted the filters to be applied, so I improvised with a solution that doesn't look exactly like the design images, but within the theme of the rest of the page.

  • Submitted


    • The most difficult part of the challenge was getting the design right, especially with the triangle of the options
    • I would like to get some feedback on the way I have handle the game state/game logic as I'm not used to making small games like this.