# Module: No. 3 - Making Websites Interactive
# Project: Password Generator by Muskan
# Code Reviewer: Shant Dashjian
## What You Did Well
1. Well done! You met all the core objectives of the project and added new features.
1. Follow the Figma design. You used the initial design and added features keeping the original
design.
2. Generate 2 random passwords.
3. Make each 15 characters long. You provide a slider for password length from 0 to 100.
2. You provided filters for letters, numbers, and special characters.
3. You added the copy feature.
4. You JS is well-organized and you followed naming conventions.
## Suggestions for Improvement
1. Remove left behind console.logs.
2. Rather than the default password max length of 100, choose a max length that would keep your
passwords within their containers.
3. Initially your password includes letters, numbers, and special characters. Have the checkboxes
initially checked to reflect that.
4. Improve the contrast of the text "password copied!" so it's visible.
5. In your CSS, make sure you provide values for your CSS variables.
## Conclusion