This is a React app created using Vite and Tailwind CSS. Main function of this web application is that to helps users improve their password security. It features a password generator, password strength tester, and suggestions for creating stronger passwords. With the user's consent, the application also collects previous passwords to improve password practices across the community.
- UI
- old password collection
- password generator(in progress)
- password strength tester
To run this app on your local machine, follow these steps:
Clone the repository:
git clone https://github.com/umairabbasDev/pass-de_client.git
Navigate into the project directory:
cd pass-de_client
Install the dependencies:
npm install
Start the development server:
npm run dev
Contributions are welcome! To contribute to this project, please follow these steps:
-
Fork the repository
-
Create a new branch:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This project is licensed under the MIT License.