A responsive and customizable Password Generator built with Angular and SCSS. It allows users to generate secure, random passwords based on customizable options. The project also includes unit tests written with Karma and Jasmine.
- ✅ Generate secure passwords instantly
- ⚙️ Customize password length and character types:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- 📋 One-click copy to clipboard
- 📱 Fully responsive design
- 🧪 Unit tested with Karma & Jasmine
- Framework: Angular
- Styling: SCSS (SASS)
- Password Generation:
generate-password-browser - Testing: Karma + Jasmine
git clone https://github.com/UrichCool/Password-Generator.git
cd Password-Generator
npm install
🚀 Running the App Locally
```bash
ng serve
Then visit: http://localhost:4200
🧪 Running Tests
```bash
ng test
This will run all unit tests using Karma and Jasmine.