Deposit calculator, which will help to calculate deposits with different interest rates, taxes, monthly replenishments and periods up to 10 years (including capitalization).
Stack: Next.js, MobX, Tailwind CSS, Next UI, Zod.
The main code of the application is located in an independent module “calculator” inside which all the logic of the deposit calculator is located.
- Clone the repo:
git clone git@github.com:dmitrytavern/deposit-calculator.git
- Install dependencies:
npm ci
- Run:
npm run dev
MIT - check repo files
Copyright (c) 2024-present, Dmitry Tavern