Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mashookhkhanlol/password-generator
The Password Generator is a web application that allows users to generate secure and random passwords.
https://github.com/mashookhkhanlol/password-generator
javascript password-generator reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
The Password Generator is a web application that allows users to generate secure and random passwords.
- Host: GitHub
- URL: https://github.com/mashookhkhanlol/password-generator
- Owner: MashookhKhanlol
- Created: 2024-08-05T05:27:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:55:23.000Z (5 months ago)
- Last Synced: 2024-08-29T09:23:27.332Z (5 months ago)
- Topics: javascript, password-generator, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://password-generator-navy-sigma.vercel.app/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
The Password Generator is a web application that allows users to generate secure and random passwords. This tool provides users with options to customize the password length and include various character types, ensuring strong and reliable passwords.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)
- [Contact](#contact)## Features
- Generate random passwords
- Customize password length
- Include/exclude numbers, symbols, and uppercase letters
- Real-time password generation## Benefits
- Create secure and strong passwords
- Flexible options for password customization
- Easy-to-use interface
- Real-time feedback on password strength## Technologies Used
- [React.js](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)![image](https://github.com/user-attachments/assets/380af9df-4896-4b04-8c8d-10d792b03ba4)
## Installation
Follow these steps to set up the Password Generator locally:
```bash
# Clone the repository
git clone https://github.com/MashookhKhanlol/password-generator.git# Navigate to the project directory
cd password-generator# Install dependencies
npm install# Start the application
npm start