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


    All feedback is welcome!

    My first project using grid. I feel more confortable with flexbox, but I think I could use grid in some specific cases.

  • Submitted


    Hi everyone!

    All feedback is welcome.

    • I think that some JS functions are overcomplexed (I think the worst one is inputError function). I feel that they could be done better. Let me know all changes that could be done.
    • In my JS code I used srcElement method in input's 'change' event function because the element that is returned isn't a HTML element, so I could get the element's 'id' nor its 'value'. I read that srcElement method is outdated. Could it be done with other method or how is a better option to get those attributes?
  • Submitted


    Hi everyone!!

    All feedback is welcome :)

    I've been starting on using Semantic HTML. Please let me know if I made any mistake in that (or any) field.

    • Is a good practice to avoid creating classes to style in CSS?

    • Let's say that we have in a project two buttons with the same class, and we need to create an event to each one (differents). Is it better to call them from JavaScript using className Selector or should I give an id to each one and call them separately?

  • Submitted

    Expenses Chart

    • HTML
    • CSS
    • JS

    1


    Hi everyone! All feedback is appreciated.

    This is my first project where I tried to use semantic HTML. Please, let me know how is it.

    In this project I had to create a hover effect, but this one was a bit tricky. When the mouse is over a chart's progress bar, should appear some text with amount info. I couldn't find a way to do it from CSS, so I used JS to change text's visibility. Is this the proper way to do it?

    Also, I created this project using JSON file, let me know if everything is ok with its use.

  • Submitted

    Expenses Chart

    • HTML
    • CSS
    • JS

    0


    Hi everyone!

    In this project I had to create a hover effect, but a bit different. When you move the mouse over any chart's progress bar, should appear the amout of money expended that day. I could find a way to do it properly from CSS, so I create a function in JS and change the visibility of amount's text. Is there a better option to do it?

  • Submitted


    Hi everyone!!

    This is my first project finished. Feedback is welcome :) This project wasn't a hard one, but I had a small problem (I think). In the design's photos, I think the main card has a box shadow, but I couldn't create it properly with the starter information. Is there a shadow (and how it should be done) or isn't it?