Skip to content

šŸ’°Calculator helping you find out how much you need to save each month to reach a certain savings goal.

Notifications You must be signed in to change notification settings

PeterSkopal/savings-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

38 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

Savings Calculator

Build Status

Live Demo

Run project locally

npm install && npm start

How to mount

  1. Build static assets
npm install && npm run build
  1. Upload static assets into static address

  2. Load calculator into any desired frontend:

Place this in html head

<link rel="stylesheet" type="text/css" href="<link-to-your-static-css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>

Place this in bottom of html body

<script
    src="<link-to-your-static-js>"
    mountNode="<id-of-dom-node-to-mount-on>"
    lan="<language-choice>"
></script>
<!-- 
default values:
    mountNode: 'savings-calculator'
    lan: 'en'
-->

About

šŸ’°Calculator helping you find out how much you need to save each month to reach a certain savings goal.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published