Password Generator is a simple web application built using React, TypeScript, and Ant Design that generates strong passwords based on user-defined criteria.
Check out the demo of Password Generator.
https://github.com/fs98/password-generator/commits/master
To download and install Password Generator, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/fs98/password-generator.git
- Navigate into the project directory:
cd password-generator
- Install the necessary dependencies:
npm install
To start Password Generator, run the following command in your terminal:
npm start
This will start the development server and open the application in your default browser at http://localhost:3000.