An open API service indexing awesome lists of open source software.

https://github.com/sachinsalahalli/password-generator


https://github.com/sachinsalahalli/password-generator

Last synced: about 2 months ago
JSON representation

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.