Skip to content

Urichcool/Password-Generator

Repository files navigation

🔐 Password Generator

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.

🌐 Live Demo


✨ Features

  • ✅ 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

🛠️ Tech Stack


📦 Installation

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.

Releases

No releases published

Packages

 
 
 

Contributors