Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 708 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 708 Bytes

🧮 Programming Task: Loan Calculator

A simple loan calculator application used to calculate the cost of a housing loan.

TechStack

The project is made using the following technologies

🏗️ Installation / Run Locally

Clone repository

  git clone https://github.com/MBMarsell/loan-calculator.git

Go to the project directory

  cd loan-calculator

Install dependencies

  npm install

Start the dev server

  npm run dev