Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codespacem/passwordgenerator
A react app to generate passwords of variable length with option to use numbers and special characters.
https://github.com/codespacem/passwordgenerator
html-css-javascript jsx reactjs
Last synced: 3 months ago
JSON representation
A react app to generate passwords of variable length with option to use numbers and special characters.
- Host: GitHub
- URL: https://github.com/codespacem/passwordgenerator
- Owner: CodeSpaceM
- Created: 2024-09-08T19:27:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T21:03:33.000Z (4 months ago)
- Last Synced: 2024-10-11T23:04:49.889Z (3 months ago)
- Topics: html-css-javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://codespacem.github.io/passwordGenerator/
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passwordGenerator
- A react app to generate passwords of variable length with option to use numbers and special characters.## Concepts
- Hooks: useState, useCallback, useRef, useEffect## Tech Explored
- React JS, JSX, HTML, Tailwind CSS, Vite# 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