Skip to content

twisteriokovel/password-generator

Repository files navigation

Password generator

Password generator helps to generate secure passwords. The user can choose the password length or characters that they want to include/exclude.

Key technologies

💡 Vue 3 + Composition API
💡 Pinia
💡 TypeScript
💡 Vite
💡 Vue i18n

Live demo

🎯 Check the working example here.

Installation and development

Install all dependencies:

$ npm install

Start the development:

$ npm run dev

Execute ESLint

$ npm run lint

License

MIT