Skip to content

mohammadzaid07/password-generator

Repository files navigation

Password Generator 🔐

A simple and responsive password generator built with React and Tailwind CSS.

Features

  • 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

Demo

Live demo: https://mohammadzaid07.github.io/password-generator/

Technologies Used

  • React
  • Tailwind CSS
  • Vite

Getting Started

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

Deployment

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.

About

React app to generate random passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published