A simple and responsive password generator built with React and Tailwind CSS.
- Generate random passwords
- Customize password length (6 to 100)
- Toggle inclusion of numbers and symbols
- Copy password to clipboard with one click
- Visual feedback when password is copied
Live demo: https://mohammadzaid07.github.io/password-generator/
- React
- Tailwind CSS
- Vite
Clone the repository:
git clone https://github.com/mohammadzaid07/password-generator.git
cd password-generator
Install the dependencies:
npm install
Start the development server:
npm run dev
This app is deployed using GitHub Pages from the gh-pages
branch. To deploy, build the project and push the contents of the dist
folder to gh-pages
:
npm run build
Then push manually or use a deployment tool like gh-pages package.