A simple web app to generate passwords, passphrases, and secrets. View it in action here!
- ✨ Simple and elegant design!
- 📱 Mobile friendly!
- 🔒 Secure and offline password generation!
- 🗒️ Supports passphrases too!
- ⚙️ react-router in combination with react build the base!
- 😀 lucide-react for icons!
- Install the dependencies with
npm install - Build the project using
npm run build
- Install the latest Node version,
- Install dependencies with
npm install - Start the development server with
npm run dev
