Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.26 KB

Password Generator

A simple password generator built with React. This application allows users to generate secure passwords with customizable length and character options.

Features

• Adjustable password length (8-20 characters) • Option to include numbers and special characters in the password • Copy the generated password to the clipboard with a single click

Technologies Used

• React.js • JavaScript (ES6+) • CSS (with Tailwind CSS for styling)

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/password-generator.git

  2. Navigate to the project directory: cd password-generator

  3. Install dependencies: npm install

  4. Run the development server: npm start

  5. Open http://localhost:3000 in your browser to view the application.

How to Use

  1. Use the slider to adjust the length of the password (between 8 and 20 characters).
  2. Check the "Numbers" checkbox to include numbers in the password.
  3. Check the "Character" checkbox to include special characters in the password.
  4. Click the "Copy" button to copy the generated password to your clipboard.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.