Skip to content

vsshetty90/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This project is a simple password generator built using React and Vite. It allows users to generate secure passwords based on customizable criteria.

Features

  • Generate random passwords
  • Customize password length
  • Include or exclude specific character types (e.g., uppercase, lowercase, numbers, symbols)
  • Copy generated passwords to clipboard

Getting Started

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/password-generator.git
  2. Navigate to the project directory:
    cd password-generator
  3. Install dependencies:
    npm install
    # or
    yarn install

Running the Application

Start the development server:

npm run dev
# or
yarn dev

Open your browser and navigate to http://localhost:5173 to view the application.

Building for Production

To create a production build:

npm run build
# or
yarn build

The build output will be located in the dist directory.

Previewing the Production Build

To preview the production build locally:

npm run preview
# or
yarn preview

Technologies Used

  • React
  • Vite
  • JavaScript (ES6+)
  • CSS

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors