Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0mppula/koronkorko

A MERN stack web-application with different types of useful and frequently used finance calculators. Authenticated users can create, save, edit, import and delete their calculations.
https://github.com/0mppula/koronkorko

accessibility calculator expressjs finance-application finance-calculator form-validation fullstack-javascript interest javascript mern-stack money-manager nodejs react reactjs responsive

Last synced: 2 months ago
JSON representation

A MERN stack web-application with different types of useful and frequently used finance calculators. Authenticated users can create, save, edit, import and delete their calculations.

Awesome Lists containing this project

README

        

# KoronKorko Web-Application

KoronKorko is created using the MERN stack with vanilla JavaScript & CSS. A remastered version has been developed using using Next.js, NextAuth, MondoDB, TypeScript and Tailwind CSS.

Check out the remastered version of [KoronKorko][KoronKorkoNew] or its [source code][KoronKorkoCodeNew].

## What is KoronKorko?

[KoronKorko][0] is a finance web-application developed by [Omar Kraidié][dev]. KoronKorko has different types of finance calculators. All the available calculators are listed below in this `README.md` file.

The users of KoronKorko can select a currency in which the monetary results of the calculators are printed. The selected currency will be saved either in local storage or in the authenticated users preferences.

Authenticated users can:

- create new and save new calculations
- edit existing calculations
- import previously saved calculations
- delete previously saved calculations

## Calculators of KoronKorko

### [Compound Interest Calculator][1]

Calculate the compound interest of an investment or determine how long your invested money can last.

The compound interest is calculated from various inputs such as starting balance, interest rate, duration, contribution and more. The calculated interest data can be viewed in both numerical and visual form.

---

### [Annualized Return Calculator][2]

Calculate the annualized return (CAGR), total percent return, and total profit of an investment.

### [Present Value Calculator][3]

Calculate the present value of an investment with a specified discount rate.

---

### [Investment Time Calculator][4]

Calculate the amount of time needed to grow an investment to a certain future value given an annual interest rate.

---

### [Break Even Point Calculator][5]

Calculate the point at which total cost equals total revenue, indicating neither profit nor loss for your business.

---

### [Markup Calculator][6]

Calculate the difference between the cost and the selling price of your product.

---

[dev]: https://github.com/0mppula
[0]: https://koronkorko.herokuapp.com/
[1]: https://koronkorko.herokuapp.com/compound-interest-calculator
[2]: https://koronkorko.herokuapp.com/annualized-return-calculator
[3]: https://koronkorko.herokuapp.com/present-value-calculator
[4]: https://koronkorko.herokuapp.com/investment-time-calculator
[5]: https://koronkorko.herokuapp.com/break-even-point-calculator
[6]: https://koronkorko.herokuapp.com/markup-calculator
[KoronKorkoNew]: https://www.koronkorko.com/
[KoronKorkoCodeNew]: https://github.com/0mppula/koronkorko-remastered