Not Found
Not Found
Not Found
Not Found
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
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I did this one a bit differently, not using the API and using the JSON file with the countries directly, due to performance issues with the API. I wrote a small Next.js backend replacing the API. First time using the app router of Next.js, let me know if I can improve on the usage of the app router, especially with the usage of the "use client" declaration.

  • Submitted


    I really liked the designs for this one. Its also the first time I made a carousel and an FAQ section in vanilla JS. It was easier than expected. I used two different menus for the mobile and the desktop version in the HTML markup. Let me know if you would have done it the same way or if you would have used just CSS to style the menus for mobile and desktop.

  • Submitted


    Gave this one a try, I think it turned out well. Not quite sure semantically about combining the navigation with the hero image in the html. If you would have done it differently, let me know.