https://github.com/sachinsalahalli/password-generator
https://github.com/sachinsalahalli/password-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sachinsalahalli/password-generator
- Owner: SachinSalahalli
- Created: 2025-04-01T12:07:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T12:21:00.000Z (2 months ago)
- Last Synced: 2025-04-01T13:27:36.574Z (2 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
A simple and secure password generator built with React. This application allows users to generate strong, random passwords with customizable options.
Your site is live at : https://sachinsalahalli.github.io/password-generator/
## Features
- Generate random passwords
- Set password length
- Include/exclude special characters, numbers, and uppercase letters
- Simple and intuitive UI## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Vite**: Fast build tool and development server for React applications.
- **CSS**: Styling for the application to create a responsive and user-friendly interface.
- **React Hooks**: For managing state and side effects within the app.
- **FontAwesome** (optional): For adding icons (if used in the UI).
- **ESLint** (optional): For linting and maintaining code quality.