Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skhasimahmed/password-generator
A password generator tool using React JS
https://github.com/skhasimahmed/password-generator
Last synced: 17 days ago
JSON representation
A password generator tool using React JS
- Host: GitHub
- URL: https://github.com/skhasimahmed/password-generator
- Owner: skhasimahmed
- Created: 2024-06-15T03:35:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T16:12:42.000Z (8 months ago)
- Last Synced: 2024-11-19T15:33:26.565Z (3 months ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
An online tool built with React to generate a random password that consists of characters, numbers, and symbols.
It generates a random string each time you click on the Generate button. Also, it allows you to copy the generated password to the Clipboard.
# React Concepts
In this demo, the following concepts are used.
* Components
* Hooks (useState(), useEffect(), etc.)## Development server
To install it on your local server, clone this repository and run `npm install`. Once the installation is completed,
run `npm run dev` for a dev server. Navigate to `http://localhost:5173/`.# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh