harshPPatel / password-generator

Simple Password Generator App using CoffeeScript ☕️

Home Page:https://password-generator-coffee.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

One Page password generator created with CoffeeScript. This project has been completed in 3 hours. (Including the design!)

Getting Started

This are the instruction to start with this repository. Download or Clone this repository to your computer, and follow this instructions to set up the project on your local machine with the development mode of this project.

Required

This is the list of required software/technologies to run for further instructions.

  • node
  • npm
  • IDE

Installing

Follow this step by step instruction. Code is given for reference

Step 1 : Install dependencies

npm install

Step 2 : Run project in development

npm start

Deployment

Step 1 : Run this command to produce the production version of your code. This will generate optimize files in public folder.

npm run build

Step 2 : Upload these build files to your server.

Built With

The following Framework/Technologies are used in this project's development.

Author : Harsh P Patel

About

Simple Password Generator App using CoffeeScript ☕️

https://password-generator-coffee.now.sh/


Languages

Language:CSS 41.0%Language:CoffeeScript 28.1%Language:HTML 27.8%Language:JavaScript 3.2%