A simple password generator web application built with React and Vite.
- Generate strong and secure passwords with customizable options.
- Option to include lowercase letters, uppercase letters, numbers, and special characters.
- Specify the length of the generated password.
- Copy generated passwords to your clipboard with one click.
- Responsive design for mobile and desktop.
Follow these steps to get the project up and running on your local machine:
-
Clone the repository:
git clone https://github.com/yourusername/password-generator.git
-
Navigate to the project directory:
cd password-generator
-
Install dependencies using npm or yarn:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and visit http://localhost:port to access the password generator application.
-
Customize the password generation options, such as length and character types, as needed.
-
use the "Copy" button to copy it to your clipboard.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository and create your own branch.
- Make your changes and ensure that the code lints without errors.
- Test your changes thoroughly.
- Create a pull request with a clear description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.