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.
- Host: GitHub
- URL: https://github.com/ew-endwall/password-generator
- Owner: EW-EndWall
- License: apache-2.0
- Created: 2024-03-06T18:24:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T11:56:46.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:50:36.746Z (4 months ago)
- Topics: 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
- Language: Vue
- Homepage: https://password-generator-endwall.vercel.app
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.