Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Random password generating website | React JS and Tailwind CSS
https://github.com/sshrey30/password-generator

css html html-css-javascript javascript react-hooks reactjs tailwindcss

Last synced: about 2 months ago
JSON representation

Random password generating website | React JS and Tailwind CSS

Awesome Lists containing this project

README

        

# Password Generator

A simple password generator built with React JS and Tailwind CSS. This web application allows users to generate passwords of varying lengths, including options to add numbers and special characters. Users can easily copy the generated password to their clipboard.

## Features

- **Password Length Selection**: Users can specify the desired length of the password.
- **Include Numbers and Special Characters**: Options to include numbers and/or special characters in the password.
- **Copy to Clipboard**: Generated passwords can be copied to the clipboard with a single click.

## Technologies Used

- **React JS**: A JavaScript library for building user interfaces.
- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom designs.