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


    What are you most proud of, and what would you do differently next time?

    I've learned a ton of stuff about Tailwind CSS, which makes me proud of myself!

    What challenges did you encounter, and how did you overcome them?

    I had difficulties importing google fonts, custom styles, pseudoelements, font awesome icons and the responsive design. I found most of the solutions online, some of them i figured out myself.

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    I had a hard time calculating the age. At the beginning i converted the input into a Date object and used the raw data from Date(), but it didn't work, then tried getMonth(), getYear() and getDate() methods. It worked, but very hard, using conditional statements, then switched againg to Date() convertion and used mathematical approach. In the end of the day math knowledge is always helpful. :)

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    I tried to do it with react, although it is not useful for this case.

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    There were countless challenges - form structure and design, especially the custom radio inputs and the financial calculations. There are many details one should check for - basic design, colors, errors, hover, active states, selected. responsive design... I had to check in many websites for info and eventually I managed to do it.

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    Regular expressions are always a challenge. I'm glad I could write a simple e-mail validator with very short regex.

    What specific areas of your project would you like help with?

    The error message position was also challenging. If Iput it after the text input, it moves the button in the desktop version, but if I put it after the form, the mobile version is not correct. There are too many possible approaches and i don't know which one is the best.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    • Created my html with just 1 line of code in VS Code: h1+h2+p+section>div.col*3>article>h3+p+img
    • Finished for 2 hours desktop and mobile versions from scratch
  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am proud I learned to use rem and em instead of px. Next time i would improve my JS code.

    What challenges did you encounter, and how did you overcome them?

    The biggest challenge here was to stop the click event from propagating to the document, although I know there is another way to handle this.

    What specific areas of your project would you like help with?

    Any help with the JavaScript and the positioning of the pop-up box is more than welcome.

  • Submitted


    The box shadow was very challenging. I would appreciate if anyone tell me which color is used for it and if we have to work with the opacity or the shadow disperce. In the guide we have these colors: Dark cyan: hsl(185, 75%, 39%) Very dark desaturated blue: hsl(229, 23%, 23%) Dark grayish blue: hsl(227, 10%, 46%) As a back-end developer, working with front-end in such details in colors is very difficult.