Skip to content

buhodev/phantompass

Repository files navigation

Svelte badge SvelteKit badge TailwindCSS badge TypeScript badge Playwright badge Playwright badge Vercel badge

PhantomPass

PhantomPass is a password generator app. It was originally my submission for the Hacktoberfest Hackathon hosted by Midudev's.

🦾 Technologies

🛠️ Features

  • Desktop only
  • Generate password or passphrase and copy it to the clipboard easily
  • Set parameters for the password/passphrase generation (such as length, type of characters included, etc)
  • Save generated passwords and display them in the sidebar
  • Get statistics about the current generated password/passphrase
  • Analize your own password/passphrase to check its strength

🚀 Installation

Download the repository, open the folder and install the dependencies:

git clone https://github.com/buhodev/phantompass.git
cd phantompass
npm install # or pnpm install

Once you've created a project and installed the dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev --open

📢 If you're using Visual Studio Code, install the official extension Svelte for VS Code.

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check the issues page.

✨ Credits

The easter-egg is inspired by simeydotme/pokemon-cards-css project

Animated icons by Lordicon.com

License

MIT