This project is a simple password generator built using React and Vite. It allows users to generate strong and random passwords based on specific criteria.
To get started with this project, follow these steps:
-
Clone the repository:
git clone [email protected]:najahaja/PasswordGenerator.git
-
Navigate to the project directory:
cd PasswordGenerator -
Install the dependencies:
npm install
To run the application locally, use the following command:
npm run dev