Skip to content

Flash1105/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Password Generator is a web application built with React that allows users to generate random passwords and keep a history of generated passwords.

Table of Contents

Features

  • Generate random passwords with customizable length.
  • Check password strength using the zxcvbn library.
  • Copy passwords to the clipboard.
  • View and manage password history.

Installation

  1. Clone the repository:

    git clone https://github.com/Flash1105/Password-Generator.git
  2. Navigate to the project directory:

    cd Password-Generator
  3. Install the dependencies:

    npm install
    

Usage

  1. Start the development server:

    npm start
  2. Open the application in your browser:

    http://localhost:3000
  3. Use the navigation bar to switch between different sections of the application

Technologies Used

React: Javascript library for building user interfaces. React Router: declaratuve routing for React applications zxcvbn: Password strength estimation library

Contributing

Contributions are always welcome! if you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create your feature branch: 'git checkout -b features/my-features'.
  3. Commit your changes: 'git commit -m "Add some features"'.
  4. Push to the branch: 'git push origin features/my-features'.
  5. Open a pull request

Server Link

https://github.com/Flash1105/server-for-password-generator

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages