Projects by Justice Anderson

Password Generator

This password generator was built as part of a Frontend Mentor challenge. I used it as an opportunity to sharpen my JavaScript skills—especially around DOM manipulation, event handling, and conditional logic. The app allows users to customize the character length and toggle options for uppercase letters, lowercase letters, numbers, and symbols. There's also a one-click copy feature and visual feedback when the password is copied.

Password generator app screenshot

While the overall project was simple, I focused on clean code structure and making the UI responsive and accessible. I also ran into and fixed some edge cases, like when no character types were selected or the copy-to-clipboard function silently failed. It’s a great example of applying small UX touches to a practical tool.

View on GitHub

Back to projects.