Skip to content

vladpostu/react-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

react-password-generator

An easy password generator made with React.js
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Have you ever needed an easy password generator that creates password for you?

Here's some features:

  • Easy to use
  • Customizable length
  • Possibility to concatenate multiple type of characters!

(back to top)

Built With

(back to top)

Getting Started

The app is avaibale at this link or it can be installed on your personal devices:

Prerequisites

Firstly Node.js need to be installed.

Then install react-scripts with

  • npm
    npm install react-scripts 

Installation

  1. Clone the repo

    git clone https://github.com/vladpostu/react-password-generator.git
  2. Go into the folder app react-password-generator and run the npm command

    npm run

Possible issues

  • sudo mode or administration privilegies shouldn't be required otherwise before the commands run

    sudo su
  • For Windows administration issues check this link

  • npm and node issues can be consulted on their official documentation

(back to top)

Usage

Password can be generated with the Generate button and for the copy to clipboard function just click the copy button

(back to top)

Roadmap

  • Fronted
  • Password generate function
  • Copy to clipboard function
  • User managament

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU License. See LICENSE.txt for more information.

(back to top)

Contact

Vlad - @vladpostu_ - [email protected]

Project Link: https://vladpostu.github.io/react-password-generator/

(back to top)

Acknowledgments

(back to top)