This project is a Password Generator that creates secure and random passwords based on user-defined criteria. It is designed to help users generate strong passwords to enhance their online security.
- Generate passwords of varying lengths
- Include uppercase and lowercase letters
- Include numbers and special characters
- User-friendly interface built with React
- Clone the repository:
git clone https://github.com/sezallagwal/05passwordGenerator.git
- Navigate to the project directory:
cd 05PASSWORDGENERATOR
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
to use the application. - Follow the on-screen instructions to generate a password based on your preferences.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please contact sezal1470@example.com.