Giter Site home page Giter Site logo

clayreimann / password.live Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devshawn/password.live

0.0 3.0 0.0 480 KB

๐Ÿ”’ Generate simple or complex passwords directly from your web browser.

Home Page: https://password.live

License: MIT License

Dockerfile 0.68% JavaScript 97.83% CSS 1.49%

password.live's Introduction

password.live

๐Ÿ”’ Generate simple or complex passwords directly from your web browser. https://password.live

Build Status MIT License lerna

Overview

Password.live is a web-based password generator written in React, Redux, and Node. 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

Password.live utilizes Lerna & npm for package management. This project is a monorepo, meaning the client and the server are in the same repository. Ensure you have node/npm installed. Then, install root dependencies by running:

npm install

Dependencies for sub-projects are automatically installed through a postinstall hook running lerna bootstrap. You can manually bootstrap all dependencies by running:

npm run bootstrap

Run the application

Start the client and the server by running:

npm run serve

Visit localhost:5500 to view the application. The server will be running on localhost:5501.

Run tests

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

npm run test

To run tests for only the server:

npm run test:server

To run tests for only the client:

npm run test:client

Building for production

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

npm run compile

To then run the production server (which includes the client), run:

npm run start

The production server will then be running on localhost:8080.

Contributing

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

License

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.