A simple loan calculator application used to calculate the cost of a housing loan.
The project is made using the following technologies
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