
Cyberpunk-themed Password Generator built using Astro and Svelte
A hackathon project built for the Hacktoberfest 2022 event by midudev. The project was inspired by the recent release of Cyberpunk: Edgerunners on Netflix.
The main hackathon requirements were to create a password generator that included a slider for password length and a copy button. My hackathon entry included the following features:
- Randomly generate a password.
- Change the desired password length, which is set to 18 characters by default.
- Set the characters to include in the password, such as lowercase letters, uppercase letters, numbers, and symbols.
- View password strength as you generate it.
- Log of previously generated passwords.
- Keyboard shortcuts for key features.
- Ambient sound and animations.
You can find the source code for this project in the following directories:
* If you want to try this project only, check out the deploy branch.
This project is not accepting PRs at the moment, but you can always open an issue if you find a bug.