I decided to build this because I’m tired of using ‘password123’ for everything lol. It’s a super simple static site made with HTML and JS.
Used AI only for debugging and troubleshooting logic errors.
I decided to build this because I’m tired of using ‘password123’ for everything lol. It’s a super simple static site made with HTML and JS.
Used AI only for debugging and troubleshooting logic errors.
The UI is aggressively yellow (sorry about that lol), but the logic for the randomized character strings is solid. I even had to fix a dumb mistake where I named my main file just ‘.html’ and GitHub wouldn’t host it. It’s simple, but it’s mine
Spent this session cleaning up the project structure for PasswordMaker-Lite. I realized I accidentally named my main file just ‘.html’, so I renamed it to ‘index.html’ so GitHub Pages can actually recognize it as the entry point for the site. I also spent some time tweaking the slider code so the length updates properly while dragging. It’s a small update, but I’m learning how GitHub and simple JS logic interact. Total work: 26 mins.🧟♂️🧟♂️🧟♂️
Log in to leave a comment
Started working on GenKey today. The HTML and slider UI are done, and the JS is already hooked up. Next step: polishing the generator logic and the copy feature. 🧟♂️
Log in to leave a comment