Check it out here -> https://securepassforge.com/
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.
-
Verify Node.js and npm installation.
$ node -v $ npm -v
-
Clone the cryptokey-forge respository
$ git clone https://github.com/RyanPark44/cryptokey-forge.git $ cd cryptokey-forge
-
Build and start the project.
$ npm start
-
Parcel will output a url. Open the link to view the web page. (Any changes will be updated live.)