Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0mppula/koronkorko-remastered
Remastered version of KoronKorko, a full-stack Next.js app 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-remastered
accessibility compound-interest currency finance-calculator lucide-react migration mongodb next-auth next-themes nextjs prisma-orm react-hook-form reactjs server-side-rendering shadcn-ui tailwindcss tanstack-query typescript zod zustand
Last synced: about 2 months ago
JSON representation
Remastered version of KoronKorko, a full-stack Next.js app with different types of useful and frequently used finance calculators. Authenticated users can create, save, edit, import and delete their calculations.
- Host: GitHub
- URL: https://github.com/0mppula/koronkorko-remastered
- Owner: 0mppula
- Created: 2024-04-10T18:01:01.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T08:26:21.000Z (4 months ago)
- Last Synced: 2024-08-28T09:44:46.385Z (4 months ago)
- Topics: accessibility, compound-interest, currency, finance-calculator, lucide-react, migration, mongodb, next-auth, next-themes, nextjs, prisma-orm, react-hook-form, reactjs, server-side-rendering, shadcn-ui, tailwindcss, tanstack-query, typescript, zod, zustand
- Language: TypeScript
- Homepage: https://www.koronkorko.com
- Size: 762 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoronKorko Remastered
[KoronKorko][site] was previously created using the MERN stack with vanilla JavaScript & CSS. However, this implementation is a remastered version of the previous one and is developed using Next.js, NextAuth, MondoDB, TypeScript and Tailwind CSS.
Check out the [previous version][KoronKorkoOld] of KoronKorko or its [source code][KoronKorkoCodeOld].
## What is KoronKorko?
[KoronKorko][site] is a full-stack finance web-app 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 preferred currency in which all the monetary values are printed. The preferred 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.
---
### [Event Probability Calculator][7]
Calculate the probability of an event occurring at least once, more than once, or exactly once in a given number of attempts.
---
### [Price to Earnings Ratio Calculator][8]
Calculate the price-to-earnings (P/E) ratio of a company to determine if its stock is overvalued or undervalued.
---
### [Dollar Cost Average Calculator][9]
Calculate the average cost of an investment over a time period, given an interest rate, initial investment amount and a series of periodic investments.
---
### [Enterprise Value Calculator][10]
Calculate the enterprise value of a company, given its market capitalization, total debt, and total cash.
---
[dev]: https://github.com/0mppula
[site]: https://www.koronkorko.com/
[1]: https://www.koronkorko.com/compound-interest-calculator
[2]: https://www.koronkorko.com/annualized-return-calculator
[3]: https://www.koronkorko.com/present-value-calculator
[4]: https://www.koronkorko.com/investment-time-calculator
[5]: https://www.koronkorko.com/break-even-point-calculator
[6]: https://www.koronkorko.com/markup-calculator
[7]: https://www.koronkorko.com/event-probability-calculator
[8]: https://www.koronkorko.com/price-to-earnings-ratio-calculator
[9]: https://www.koronkorko.com/dollar-cost-average-calculator
[10]: https://www.koronkorko.com/enterprise-value-calculator
[KoronKorkoOld]: https://koronkorko.herokuapp.com/
[KoronKorkoCodeOld]: https://github.com/0mppula/KoronKorko