Generate strong and secure passwords easily with this web application. This project uses React and Tailwind CSS for a modern and responsive user interface.
- Password Strength: Customize password length and include numbers and special characters for stronger passwords.
- Copy to Clipboard: Quickly copy generated passwords to the clipboard with a single click.
- Responsive Design: Ensures optimal user experience across various devices and screen sizes.
- Cyber Security Theme: Designed with a focus on cyber security, using a dark color scheme for a professional look.
- React
- Tailwind CSS
- JavaScript
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/adityasingh151/password_generator.git
- Navigate into the project directory:
cd password_generator - Install dependencies:
npm i
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000to view the app.
- Adjust the password length using the range slider.
- Check/uncheck the options to include numbers and special characters.
- Click on "Generate Secure Password" to create a new password.
- Click on "Copy Password" to copy the generated password to your clipboard.
