junkcodeforme / debt-destroyer

Having trouble seeing the light at the end of the debt tunnel? This app gives real estimates for when you're gonna be free.

Home Page:https://debtdestroyer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debt Destroyer

Getting Started

  • run npm install
  • run npm start for development
  • run npm run build for build only

Folder Structure

.
├── dist                         # Build file location
└── src                          # Source file location
    ├── html                     # Html file location
    ├── img                      # Image file location (including svg)
    ├── js                       # JS file location
    │   ├── components           # vue component file location
    │   └── index.js             # main js file
    └── sass                     # sass directory
        ├── components           # all styles corresponding to a component
        ├── elements             # all element specific styles
        ├── helpers              # mixins and settings
        └── style.scss           # main sass stylesheet

About

Having trouble seeing the light at the end of the debt tunnel? This app gives real estimates for when you're gonna be free.

https://debtdestroyer.io


Languages

Language:JavaScript 70.9%Language:HTML 17.8%Language:CSS 11.3%