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 needed some help from ChatGPT for the 'copy to clipboard' function. The rest I figured out by myself mostly, using vanilla JS and CSS, which I am proud of.

    I didn't know the exact parameters (password length, number of checked boxes) for each of the 4 'password strength' levels, so I made my own up. They're probably too weak for web security standards, but I could change the logic easily.

    I'm can actually use this in my daily life, which makes it all the more rewarding :-)

  • Submitted


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

    I didn't implement the theme selector, but I figured out all of the JS logic myself which I am proud of.

  • Submitted


    At some display widths, the cards 'break'.

    In other words, 1 or 2 of the cards have a different size than the rest.

    What could I change in my code to prevent this?

    Thank you in advance :-)