πŸš€ I built SecureGen – a lightweight password generator in JavaScript



This content originally appeared on DEV Community and was authored by Adeolu Ajulo

Hey everyone 👋

I recently built SecureGen, a simple and lightweight password generator made with HTML, CSS, and vanilla JavaScript.

🔑 Features:

Generates strong random passwords

Clean and minimal UI

Open-source and easy to tweak

👉 Try it live: https://adools100.github.io/SecureGen/

👉 GitHub repo: https://github.com/Adools100/SecureGen

This was a fun project to practice JavaScript and DOM manipulation, and I’d love your feedback or suggestions for improvement.

Thanks for checking it out! 🙌

#javascript #webdev #opensource #github #beginners


This content originally appeared on DEV Community and was authored by Adeolu Ajulo