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


    it was a difficult challenge because I don't know much about Vue js, I learned a lot but I had some doubts that I hope to clarify solving new challenges, I had problems with changing the color to the svg (huddle) of the footer, I solved it by passing it as a component and sending a prop with the color (although it could be solved by modifying the color directly inside the svg of that component I wanted to solve it with a prop to practice that part), I had problem with importing the fonts so I had to do it in each style of each component (I understand that this is not a good solution so I hope to find an optimal way) the last problem was the deployment in github pages because you have to make some additional configurations that I still do not understand very well.

    any advice is welcome and thank you very much in advance.

  • Submitted


    Hello colleagues, this challenge cost me more than I imagined and I still don't know if the solution I gave was the right one, because I put the background of curves in the psuedo elements (before and after), but it helped me to become more familiar with these elements and understand them.

  • Submitted


    it took me a while looking for a way to put colour to the range bar while it advances, I even asked someone who had already solved the challenge (@atekron), because I wanted to solve it only with CSS, in the end I had to put some javascript. It took me a while to call the data because I decided to do it from a JSON but everything went very well, I want to know if I could improve something in my layout or in my javascript, I appreciate your advice.

  • Submitted


    of all the challenges done I think this is the best in terms of responsive design. regarding the javascript I have the doubt if that is the best way to perform the validations. another doubt is when with javascript I add a different border color to the input, the top border takes a darker color than the rest, any advice for this?

  • Submitted


    hello, starting with sass and i liked it a lot. i had problems because i was using getElementsByclassname instead of getElementById to hide the alerts, although i still have the doubt of how to make the alerts disappear in case of leaving the input empty. i also included only two animation css animations. it's interesting to learn how to use them with sass and javascript.

  • Submitted


    i had problems to change the style of the title of the content of the accordion sections. i did it with javascript but i don't know if it's the ideal solution. i'm missing some browser compatibility stuff (including mobile) and improving the way to make responsive design so i don't write too much CSS. it was really fun :3

  • Submitted


    I have learned a lot doing this kind of practices, I hope to continue improving, although this practice was not so difficult I think I have done it as similar as possible, in the following ones I will integrate some animations to practice.