Skip to content

A password generator app that enable users to generate a password based on some type of characters and number of characters the want. Built with react, typescript and styled components

Notifications You must be signed in to change notification settings

codingaddo/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This is a simple password generator application built with React, TypeScript, and styled-components. It allows users to generate random passwords based on selected criteria, such as including uppercase letters, lowercase letters, numbers, and symbols. The application also evaluates the strength of the generated password. It also allows the user to copy the generated password on thieir device clipboard

Features

  • Generate random passwords with customizable criteria.
  • Evaluate the strength of the generated password.
  • Copy the generated password to the clipboard.

Technologies Used

  • React
  • TypeScript
  • styled-components

Getting Started

Prerequisites

To run this project, you need to have Node.js and npm installed on your machine. You can download them from here.

Installation and running

  1. Clone the repository:
git clone https://github.com/codingaddo/password-generator
cd password-generator
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

About

A password generator app that enable users to generate a password based on some type of characters and number of characters the want. Built with react, typescript and styled components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published