This project is a simple and interactive password generator created using HTML, CSS, and JavaScript. It allows users to generate a password by entering their first name, university ID, and selecting a special character. The application validates user input, ensuring the name and ID are formatted correctly, and generates a password using a combination of these inputs along with a random number.
- Input validation for name and university ID
- Option to choose a special character
- Generates a password based on user input
- Interactive UI with real-time feedback on invalid inputs
- Enter your first name and university ID.
- Select a special character.
- Click "Submit" to generate a password.
- Click "Exit" to reset the form.