Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.44 KB

🔐 Random Password Generator

A simple and customizable random password generator built with React that allows users to generate strong, secure passwords by adjusting various parameters such as length, uppercase, lowercase, symbols, and special characters.

🌐 Live Demo

You can view the live version of the app here: Live Demo

🖼️ Screenshots

Here's what the app looks like: Screenshort 1

Screenshot 2024-09-29 at 6 56 08 PM

🚀 Features

  • Generate random passwords of customizable lengths.
  • Toggle options for uppercase, lowercase, symbols, and special characters.
  • Copy the generated password to the clipboard with a single click.
  • Dynamic password strength indicator.

🛠️ Tech Stack

  • React: Used for the UI components and state management.
  • JavaScript: For generating the password logic.
  • CSS/SCSS: Styling for the components and layout.

📦 Installation

  1. Clone the repository:
    git clone https://github.com/your-username/random-password-generator.git
    cd random-password-generator
    
  2. Install dependencies:
    npm install
  3. Run the app locally:
    npm start