-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe
58 lines (36 loc) · 1.29 KB
/
ReadMe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# React Password Generator
This is a simple password generator built using React. It allows users to generate random passwords with custom length and character types.
## Features
- Generate random passwords with customizable length.
- Include or exclude numbers and special characters in the generated passwords.
- Copy generated passwords to the clipboard with a single click.
## Installation
1. Clone this repository to your local machine:
```
git clone <repository_url>
```
2. Navigate to the project directory:
```
cd react-password-generator
```
3. Install dependencies:
```
npm install
```
## Usage
1. Run the development server:
```
npm start
```
2. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
3. Use the sliders and checkboxes to customize your password preferences.
4. Click on the "Copy" button to copy the generated password to your clipboard.
## Dependencies
- [React](https://reactjs.org/)
- [react-dom](https://reactjs.org/docs/react-dom.html)
- [react-scripts](https://www.npmjs.com/package/react-scripts)
- [clipboard-copy](https://www.npmjs.com/package/clipboard-copy)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
Debashis Pani