Skip to content

scc416/password-generator

Repository files navigation

Password Generator

A password generator with options, built with Angular 13.

Table of Content

Live Demo

The web app is deployed to Vercel:
https://the-pw.vercel.app/

Final Product

desktop
Initial page

copied
User can copy the generated password

error
Error message

Dependencies

Getting Started

  1. Clone or download this repository onto your local device.
  2. cd to the folder where this project is cloned.
  3. Install all dependencies with npm install command.
  4. Run the app in the development mode with npm start command.
  5. Open the broswer and visit: http://localhost:4200/.

Credits