ReactPassGen is a sleek, simple, and efficient password generator app built with modern technologies like React, Vite, and Tailwind CSS. It lets users generate strong passwords with customizable options for length, inclusion of letters, numbers, and special characters.
- Dynamically adjust password length using a slider (8–32 characters).
- Toggle inclusion of alphabets, numbers, and special characters.
- Intuitive and responsive user interface with Tailwind CSS.
- Fast build and development environment powered by Vite.
Try out the app directly here: ReactPassGen Live Demo
- React: For creating the UI and managing the state.
- Vite: For lightning-fast builds and development server.
- Tailwind CSS: For styling and responsiveness.
- npm: For package management.
- Clone the repository:
git clone https://github.com/wayiam/ReactPassGen.git
Navigate to the project directory: bash Copy code cd ReactPassGen Install dependencies: bash Copy code npm install Run the development server: bash Copy code npm run dev Open your browser and navigate to http://localhost:3000. How to Use Open the app in your browser (or use the Live Demo). Adjust the slider to set the desired password length. Use the checkboxes to include/exclude alphabets, numbers, and special characters. Click Generate Password to create a new password. Copy the generated password and use it securely! Contributing Contributions are welcome! If you'd like to improve this app, feel free to fork the repository and submit a pull request.
License This project is licensed under the MIT License. See the LICENSE file for details.
