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

https://github.com/ew-endwall/password-generator

Password Generator is a user-friendly application designed to create strong and secure passwords. This application can be customized according to users' specific needs and can generate complex passwords of the desired length.
https://github.com/ew-endwall/password-generator

generator generator-password password password-generator password-generator-javascript password-generator-project password-generator-vue tailwind tailwind-css tailwind-vite tailwind-vue tailwindcss vite vite-vue vite-vue3 vue vue3 vuejs

Last synced: 2 months ago
JSON representation

Password Generator is a user-friendly application designed to create strong and secure passwords. This application can be customized according to users' specific needs and can generate complex passwords of the desired length.

Awesome Lists containing this project

README

        



Logo


Password Generator


vite | Vue | tailwind


(responsive)




# Table Of Contents

- [About](#about)
- [Screenshot](#screenshot)
- [Dark](#dark)
- [Light](#light)
- [Quick Installation](#quick-installation)
- [Vue](#react)
- [Vue Install](#vue-install)
- [Vue Development](#vue-development)
- [Vue Build](#vue-build)
- [License](#license)

# About

Password Generator is a user-friendly application designed to create strong and secure passwords. This application can be customized according to users' specific needs and can generate complex passwords of the desired length.

- Dark and bright mode feature
- Uppercase
- Lowercase
- Numbers
- Symbols
- 4-64 Character

# Screenshot

## Dark



## Light



# Quick Installation

## Vue

```bash
$ cd ./vue/
```

### Vue Install

```bash
$ npm install
```

or

```bash
$ yarn install
```

or

```bash
$ pnpm install
```

### Vue Development

```bash
$ npm dev
```

or

```bash
$ yarn dev
```

or

```bash
$ pnpm dev
```

### Vue Build

```bash
$ npm build
```

or

```bash
$ yarn build
```

or

```bash
$ pnpm build
```

# License

Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/password-generator/blob/main/LICENSE) for more information.