Skip to content

jasonaravanis/interest-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interest Calculator 🤑

A tool designed to calculate interest rates for term deposits using simple and compound formulas.

System Requirements

  • Node.js 18.12 or later
  • pnpm package manager (with Node installed, you can install pnpm via npm install -g pnpm)

Installation

Clone the project

  git clone [email protected]:jasonaravanis/interest-calculator.git

Go to the project directory

  cd interest-calculator

Install dependencies

  pnpm install

Build and run

  pnpm prod

Commands

  • test: Runs Jest in watch mode for continuous testing.
  • dev: Starts the development server with Nodemon.
  • build: Compiles TypeScript files to JavaScript in dist directory.
  • prod: Builds the project and starts the application in production mode.

Tech Stack

Dependencies:

Dev Dependencies:

  • @types/jest: TypeScript definitions for Jest.
  • @types/node: TypeScript definitions for Node.js.
  • jest: Testing framework.
  • nodemon: Server for development environment.
  • ts-jest: TypeScript preprocessor for Jest.
  • ts-node: TypeScript execution environment and REPL for Node.js
  • typescript: TypeScript compiler.

License

MIT

About

A term deposit interest calculator built with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published