👨💻 Author: Prithbiraj Mahanta
📅 Date: 11 March, 2025
The Random Password Generator is a web application that allows users to generate secure, random passwords based on selected criteria. This tool helps enhance online security by creating strong passwords that are difficult to guess or crack.
-
User Input: Select desired password criteria:
- Length of the password.
- Inclusion of uppercase letters.
- Inclusion of lowercase letters.
- Inclusion of numbers.
- Inclusion of special characters.
-
Password Generation: Based on the selected criteria, the application generates a random password.
-
Output: The generated password is displayed to the user, ready to be copied and used.
- React: JavaScript library for building user interfaces.
- Vite: Next-generation frontend tooling for faster development.
- Tailwind CSS: Utility-first CSS framework for styling.
- JavaScript: Programming language for implementing logic.
- Customizable Password Length: Users can specify the desired length of the password.
- Character Type Selection: Options to include or exclude:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Special characters (!@#$%^&*)
- Instant Password Generation: Generates passwords instantly based on selected criteria.
- Responsive Design: Ensures usability across various devices and screen sizes.
- Clone the Repository:
git clone https://github.com/prithbi777/RandomPassowrdGenerator.git