Skip to content

RyanPark44/secure-pass-forge

Repository files navigation

Secure Pass Forge

Check it out here -> https://securepassforge.com/

Introduction

A web app for generating random passwords. Programmed with JavaScript, styled with Tailwind CSS, bundled with Parcel, and deployed statically in an AWS S3 bucket.

Development Environment Setup

  1. Install Node.js and npm

  2. Verify Node.js and npm installation.

    $ node -v
    $ npm -v
    
  3. Clone the cryptokey-forge respository

    $ git clone https://github.com/RyanPark44/cryptokey-forge.git
    $ cd cryptokey-forge
    
  4. Build and start the project.

    $ npm start
    
  5. Parcel will output a url. Open the link to view the web page. (Any changes will be updated live.)

About

Web app for generating random passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published