SecureKey is a modern, secure password generator built with Next.js and Tailwind CSS. Create strong, customizable passwords instantly for enhanced online security.
- Customizable password length (10-25 characters)
- Mix and match character types (letters, numbers, symbols)
- Clean, intuitive UI for easy password generation
- Instant copy to clipboard functionality
- Mobile-responsive design
- Node.js 16.x or later
- npm, yarn, or pnpm
- Clone the repository:
git clone https://github.com/Brianmulinge/securekey.git
cd securekey- Install dependencies:
npm install
# or
yarn
# or
pnpm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:3000 in your browser to see the application.
- Select the desired password length using the dropdown menu
- Choose which character types to include (letters, numbers, symbols)
- Click "Generate Password" to create a new secure password
- Use the "Copy to Clipboard" button to copy the password for immediate use
- Next.js - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- DaisyUI - UI component library
This app can be easily deployed using Vercel, the platform created by the makers of Next.js.
npm run build
# or
yarn build
# or
pnpm buildThis project is licensed under the MIT License - see the LICENSE file for details.