This application is a simple password generator application
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get started with this project, you can use yarn
.
npm install --global yarn
To run the application in local, you can follow this steps.
-
Clone the repo
git clone https://github.com/fernan-x/password-generator.git
-
Install NPM packages
yarn
-
Run the application in development mode
yarn dev
To launch unit tests, you can run the test
command.
yarn test
To build the application, you can run the build
command.
yarn build
This interface aims to help you generating strong password. Choose your password length (20 characters max), select if you want to include uppercase, numbers or symbols on your password and generate it.
After generation, you will see your generated password which can be copied with Copy Button
.
There are no functionnalities on the roadmap for now. Do not hesitate to propose any features you want to see on the application.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Fabien FERNANDES ALVES - [email protected]
Project Link: https://github.com/fernan-x/password-generator