Skip to content

Brianmulinge/securekey

Repository files navigation

SecureKey - Advanced Password Generator

SecureKey is a modern, secure password generator built with Next.js and Tailwind CSS. Create strong, customizable passwords instantly for enhanced online security.

SecureKey Screenshot

Features

  • 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

Getting Started

Prerequisites

  • Node.js 16.x or later
  • npm, yarn, or pnpm

Installation

  1. Clone the repository:
git clone https://github.com/Brianmulinge/securekey.git
cd securekey
  1. Install dependencies:
npm install
# or
yarn
# or
pnpm install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser to see the application.

Usage

  1. Select the desired password length using the dropdown menu
  2. Choose which character types to include (letters, numbers, symbols)
  3. Click "Generate Password" to create a new secure password
  4. Use the "Copy to Clipboard" button to copy the password for immediate use

Technology Stack

Deployment

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 build

License

This project is licensed under the MIT License - see the LICENSE file for details.

Created By

Brian Mulinge

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published