Command Line Application: Bank Loan Tracker [Node]

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Inquirer.js

    A collection of common interactive command line user interfaces.

  • This is a new tutorial on how to create a command line interface application, and our application today is a Mortgage Calculator. I used in this program packages such as 1- inquirer for interactive questions and answers: https://www.npmjs.com/package/inquirer 2- Sqlite3 DBMS 3- Chalk for colorful output in the terminal: https://www.npmjs.com/package/chalk

  • chalk

    🖍 Terminal string styling done right

  • This is a new tutorial on how to create a command line interface application, and our application today is a Mortgage Calculator. I used in this program packages such as 1- inquirer for interactive questions and answers: https://www.npmjs.com/package/inquirer 2- Sqlite3 DBMS 3- Chalk for colorful output in the terminal: https://www.npmjs.com/package/chalk

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • loan-calculator-cli

    This is a loan calculator programmed in node.js in CLI interface

  • The main idea of the app is you ask for a loan amount from the bank, so you'll be prompted to enter the amount. Similarly for the number of months you want to repay the principle + interest. Then the program calculates the monthly installment you should pay in this case. It creates a database file to store all users data with their respective IDs - Sqlite3 does a good job here. This might seem a small app, but actually it took me quite a while to figure out how to put the various code blocks together in order to get to that result. You'll find the source code in my GitHub repo: https://github.com/BekBrace/loan-calculator-cli There is also a video tutorial, if you're interested to watch my explanationL

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts