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


    my first REACT project... I'll later try to fetch jobs from json file instead of just import them from a variable

  • Submitted


    Hi,

    I'm currently learning JS and wanted to practice fetch calls, so I decided to try this challenge. It would be better to do it with some kind of framework, since there should be a route for every single country, but I don't know any yet. So It's just a single page app with pure JS re-rendering the content again and again.

    I wanted to make countries lazy loading with Intersection Observer, but couldn't figure out how to fetch just certain amount of countries from API. So they show up all at once on one looong page.

    Any feedback will be appreciated. Thanks.

  • Submitted


    I'm still beginner and this was the hardest thing I've coded so far. I think my CSS became bit of a mess and the site doesn't work properly on every screen size. So any feedback will be welcome.

  • Submitted


    Hello.

    So I've tried another landing page. I wasn't sure how to make image of the computer go behind the screen. I came up with some solution using scale to do so, but I don't know if it's alright. Is there any other way to do it?

    At first, I wanted to have one big container that would wrap all the content, but there was a problem to get that computer of it. So I decided to use containers separately in each section to have more control of their width. But I ended up with three types of containers instead of one, which I'm not sure if it's the cleanest solution. So is there a way how to it with only one type of container and get the image of the computer out of it somehow? Thanks in advance.

  • Submitted


    Hello, I'd like to get a feedback on this one, please. I'm quite new to frontend. I'm not sure about the structure of my html. Isn't there too much markup, too much divs etc..? Any recommendations to help improve my workflow are welcome. Thanks.