/ptptn-calculator

PTPTN Loan Calculator. Built with Reactjs.

Primary LanguageJavaScript

PTPTN Loan Calculator

ptptn-calculator

A quick PTPTN loan calculator to find out how much you'll owe. PTPTN Calculator Site Here.

Highlights

Calculate accumulated loan & total interest over a period of time.
Based on simple interest formula. (S.I. = P × R × T) - Principle x Rate x Time.

How to use

Step by step how to get it running in your local machine.

Git clone

git clone https://github.com/Johnmojo/ptptn-calculator.git

Go in your folder

cd ptptn-calculator/

Then install dependencies

npm install

Start

npm start

Documentation

Here's how I made it with explanation in my post

Built With

React - A JavaScript library for building user interfaces