This is a simple passcode generator built with React basics. The passcode generator creates a random alphanumeric passcode that can be customized based on length and character type.
- Generate a random passcode
- Specify passcode length
- Include/exclude numbers, uppercase, and lowercase letters
This project is intended for learning purposes. It may contain bugs or areas for improvement.
- The generated passcode is not displayed in the input password box during the process. Feel free to contribute by solving this issue or any other bugs you encounter. Contributions and pull requests are welcome!
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 uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh