Skip to content

Kunal1101/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Description

A simple password generator built using React that allows users to generate secure passwords with customizable options such as length, uppercase/lowercase letters, numbers, and special characters.

Features

  • Generate random passwords
  • Customize password length
  • Include/exclude uppercase letters
  • Include/exclude numbers
  • Include/exclude special characters
  • Copy password to clipboard

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/password-generator.git
  2. Navigate to the project folder:
    cd password-generator
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and go to:
    http://localhost:3000
  3. Use the UI to generate a password based on your preferences.

Technologies Used

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

Contributing

If you’d like to contribute, please fork the repository and submit a pull request with your improvements.

License

This project is licensed under the MIT License.


Filename: README.md

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors