PhantomPass is a password generator app. It was originally my submission for the Hacktoberfest Hackathon hosted by Midudev's.
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.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
The easter-egg is inspired by simeydotme/pokemon-cards-css project
Animated icons by Lordicon.com
MIT