margaret martin
This project was one of my first experiences combining HTML, CSS, and JavaScript to create a fully interactive webpage. It generates two secure random passwords with a single click, and I personalized it by choosing my own color scheme and layout. While the core logic was the same for all students, I made small customizations to make the app my own, including layout choices and extra visual details.
This project helped me become more comfortable using JavaScript to manipulate the DOM with .textContent, and to generate random values using Math.random() and Math.floor(). I practiced creating and assigning variables, and explored how to display dynamic output.