🔐 Password Manager – Because your brain wasn’t meant to remember 57 different passwords!
Ever tried remembering that one password you set at 2 a.m. during an existential crisis? Yeah, us too. So we built this full-stack Password Manager that keeps your logins safe, organized, and (thankfully) out of your brain.
Built using:
⚛️ React for a sleek and snappy UI (your eyes will thank you),
🎨 Tailwind CSS to make it look like a modern vault,
🌐 Express.js to handle all the heavy backend lifting,
🍃 MongoDB to store your secrets securely (encrypted, of course—we’re not monsters).
Say goodbye to sticky notes, forgotten logins, and “forgot password?” loops.
Say hello to organized digital sanity.
TomDev
Check their projects out: Competitive programming solutions storing, Christmas Gift Catching Game (Scratch), Simple Pong Game, Terminal Pong
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
so today i have done major site work donemlike copy functionality and footer and git designs Now site looks good!
📌 DevLog – Day X4: Password Manager Clone Update
Today, I made solid progress on my Password Manager project! I successfully implemented the savePass function, which stores the site, username, and password inputs into localStorage — and yes, the data now persists even after refreshing the page! 💾
Alongside that, I also added the eye toggle UI for password visibility. Clicking the eye icon now switches between hidden and visible password modes, enhancing both usability and user experience.
These small but essential features are really helping me understand how state, refs, and browser storage work together in React. Step by step, things are starting to click! 💡