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?

    More familiar with CSS grid.

  • Submitted


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

    More familiar with html and css and also learned how to add in actions and its effects wihout using Javascript.

  • Submitted


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

    Now a bit familiarized with the charts in HTML, and dynamically creating them using JS.

  • Submitted


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

    More familiar with HTML, CSS and JavaScript.

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

    For something that's supposed to be simple, I faced huge difficulties trying to understand how age should be properly calculated. Also, faced some difficulties trying to animate the changes in the text contents.

  • Submitted


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

    I am all the more familiar with HTML, JavaScript and also CSS. This time, there's a dealing with radio type inputs.

  • Submitted


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

    Enlightened with the fact that the elements created in a single iteration and having applied an event listener to an element in the same iteration allows for grouping making the work way easier and less complicated although it's hard to understand.

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

    Firstly, it was difficult to have event listeners working. Writing them outside of the creation loop seemed difficult and event delegations only worked until the first step. Later, finding out that attaching event listeners work inside the iterations, I was confused throughout the completion process.

  • Submitted


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

    More familiar with input type elements and Javascript.

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

    Clashed with not being able to change the color of the placeholder text using JS but with a quick lookup, I found about creating a class for placeholder possessing the color I desire and then later add it in the JS.

  • Submitted


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

    Now a bit more familiar with input text types and extracting the inputs while also revisiting regular expressions in order make the checking for correct email format easier.

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

    Some basic difficulties with the general use of FlexBox and other CSS properties.