An open API service indexing awesome lists of open source software.

https://github.com/debski-patrick/password-generator

Generate strong passwords with Passwordss. The passwords are generated locally in your browser and are never sent to the server. Passwordss is a simple, secure, and free password generator. You can use it to create strong passwords for your online accounts and protect your data from hackers.
https://github.com/debski-patrick/password-generator

eslint figma javascript prettier svelte tailwindcss vercel

Last synced: 3 months ago
JSON representation

Generate strong passwords with Passwordss. The passwords are generated locally in your browser and are never sent to the server. Passwordss is a simple, secure, and free password generator. You can use it to create strong passwords for your online accounts and protect your data from hackers.

Awesome Lists containing this project

README

          



Web preview

# 🔐 Passwordss 🔑

Strong Password Generator – Create strong, random combinations to protect your online accounts. Keep your data safe with just one click!.

View Demo
·
Report Bug
·
Request Feature

Table of contents

- [About The Project](#about-the-project)
- [Screenshots](#screenshots)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [License](#license)
- [Contact](#contact)

## About The Project

Generate strong passwords with Passwordss. The passwords are generated locally in your browser and are never sent to the server. Passwordss is a simple, secure, and free password generator. You can use it to create strong passwords for your online accounts and protect your data from hackers.

⬆ Back to top

## Screenshots






















⬆ Back to top

### Built With

* [Vercel](https://vercel.com/) For hosting
* [Tailwind CSS](https://tailwindcss.com/) For styling
* [Figma](https://www.figma.com/) For the design
* [Svelte](https://svelte.dev/) For the frontend

⬆ Back to top

## Getting Started

1. Clone or fork the repo
```sh
git clone https://github.com/spatz-pearl/password-generator
```
2. Go to the project folder
```sh
cd password-generator
```
3. Install NPM packages
```sh
npm install
```
4. Run the project
```sh
npm run dev
```

⬆ Back to top

## License

Distributed under the **MIT License**. See [`LICENSE`](https://github.com/spatz-pearl/password-generator/blob/main/LICENCE) for more information.

⬆ Back to top