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


    got more trouble with the drop-down that i thought at first glance, but is nice to see that i was able to pull it out, but im not much sure of it, would to someone to point me a better route to follow to such drop-downs, happy coding!

  • Submitted

    Todo App || React, Mobile First, css Modules

    #node#react#webpack
    • HTML
    • CSS
    • JS

    0


    my first react app from scratch, there are some components that got no business being components (like 'todoContainer' i could just had it in the todo component just like a jsx element) if someone have a resource to help me to develop my routing game it would be much appreciate, have a good day and happy coding

  • Submitted


    this project was full with new things that i didn't knew about like the LocalStorage and tried new techniques like compose functions, memoize and the use of fetch and then to manage promises through functions

  • Submitted


    in this challenge i had a function that gets the content from the JSON file but i was unable to add the content to a global variable, i had to call the function and read the content in his local scope, can somebody tell me if it is even posible to add the content of a external JSON to a variable, thanks and happy coding

  • Submitted


    hi, hope that your day is being productive, for some reason the adblockers detect the request of the API's has a publicity, so if you had your adblock enabled in the page the it would't me posible to run the application properly, if someone could tell me how to get around it i would be grateful, happy coding

  • Submitted


    hi, hope that you're having a nice day, just a doubt, can you make the transitions of content with JS be a little more smooth?

  • Submitted


    can somebody tell me how to change the fill of a svg from JS? i tried this but didn't worked out const changeFill = () => { if(counter = 0){ counter++; logo.style.fill = "white" }else{ counter = 0; logo.style.fill = "#242A45" } }

  • Submitted


    overall a fun challenge, didnt find anything specially difficult in the layout but had a good time if you find some flaw in the presentation please let me know

  • Submitted


    this was one really fun challenge, but i got a particular problem too, in the footer nav menu theres a ::after effect that jumps in on hover, once the mouse is out of the box it cames back to his original value width:0, sweet but theres a pixel that stays and i dunno why, heigh:0 solves the problem but damaging the transition if someone could help me out on this one or at leats explain me what is happening, thanks

  • Submitted


    this one was fun, personally i think that the percent grid should have been the last thing that the user is going to click so instead of positioned in the middle should be at the bottom, happy coding

  • Submitted


    i was gonna take a break but as soon as i watch his layout i had to do it, a love the color palette and i always enjoy doing grid layouts, can somebody tell me a proper way to change the color of SVG elements? i try my best with the filter property but didnt quite match the color of the footer logo, happy coding

  • Submitted


    this one was a little more tricky than it looked at first glance, i had to use negative margins and some things that never used before in my short time doing this, but i would be lying if i say it wasnt fun

  • Submitted


    really fun challenge, i would love to ear some other way to attach the borders to the ain sections with much ease

  • Submitted


    had lots of fun with this challenge, i used JS in the validation of the email, overall i believe i did a good job what do you guys think?

  • Submitted


    really fun layout to code, the original desing got the computer image overflowing a little to the left, could came out with a proper way of doing it, my first though was to set his container with the max-width and the move it with position or transform, but didnt quite worked, if someone got a better way of doin it im all eyes, happy coding