A simple password generator project for creating strong and secure passwords, built with Vue.js and bundled with Vite.js. This password generator is designed to help you generate random and complex passwords that are difficult for hackers to crack. You can customize the password length and include various character types to suit your specific needs.
- Generate random and secure passwords.
- Customize password length and character types.
- Easily copy generated passwords to the clipboard.
- Intuitive and user-friendly Vue.js interface.
- Bundled with Vite.js for fast development and building.
To get started with this password generator, follow these steps:
-
Install the project dependencies:
yarn install
-
Run the development server:
yarn dev
-
Run for the production:
yarn build
-
Open your web browser and access the application at
http://localhost:3000
. Or change the setting in Vite Js Config Files.
- Open the Vue.js password generator in your web browser.
- Customize your password preferences:
- Choose the desired password length.
- Select the character types you want to include (e.g., uppercase letters, numbers, and special characters "Symbols").
- Click the "Generate Password" button to generate a password that meets your criteria.
- Click the "Copy to Clipboard" button to copy the generated password to your clipboard.
- Use the generated password for your online accounts and make sure to store it securely.
You can easily customize the password generation process by modifying the Vue.js components and code in this project. The key configuration files to look into are:
src/components/PasswordGenerator.vue
: Customize the layout and behavior of the password generator options.
If you'd like to contribute to this Vue.js project, please follow these guidelines:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them with descriptive commit messages.
-
Push your branch to your forked repository:
git push origin feature/your-feature-name
-
Create a pull request to the main repository.
- Live Site URL Here: Password Generator
- GitHub - Souleymane Sy
- Frontend Mentor - @SouleymaneSy7
- Twitter - @Souleymanesy43
Happy password generating with Vue.js and Vite.js! If you have any questions or encounter any issues, please don't hesitate to open an issue.