Skip to content

roladev/loanCalculator

Repository files navigation

🚀 Loan Calculator

This project provides a simple loan calculator where users can:

  • Enter loan parameters (start/end date, principal, base interest, margin, etc.).
  • Calculate daily interest figures.
  • See results and store them in localStorage.
  • View a history of previous calculations.

🛠️ Getting Started

Follow these steps to set up and run the boilerplate locally:

Prerequisites

  • Node.js (v14+)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/roladev/loanCalculator.git 
    cd loanCalculator
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Run the development server:

     npm start
    # or
    yarn start
  4. Build for production:

    npm run build
    # or
    yarn build

Visit the app at http://localhost:3000.

⚙️ Environment Variables

Create a .env file based on .env.example to configure environment variables.

🛠️ Development

npm run start

©️ Licenses

License: MIT

🧙 Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published