Skip to content

devshawn/password.live

Repository files navigation

password.live

🔒 Generate simple or complex passwords directly from your web browser. https://password.live

Build Status MIT License

Overview

Password.live is a web-based password generator written in React. The main idea was to create a simple web-based application to generate both simple and complex passwords. The application does not log or store any passwords that are created and is secured by SSL. A docker image is also provided to easily run password.live locally as well.

Development

Ensure you have node/npm installed. Then, install dependencies by running:

npm install

Run the application

Start the application by running:

npm run serve

Visit localhost:8080 to view the application.

Run tests

To run all tests, run the following in the root directory:

npm run test

Building for production

To build the application for production (as it does in our continuous integration builds), run:

npm run build

This will generate a static website which can be viewed using the generated index.html file.

Contributing

Interested in contributing? Read CONTRIBUTING.md to learn more.

License

This software is released under the MIT license. See LICENSE for more details.