{"id":19574142,"url":"https://github.com/0mppula/koronkorko-remastered","last_synced_at":"2025-08-02T18:09:52.332Z","repository":{"id":232949996,"uuid":"784865979","full_name":"0mppula/koronkorko-remastered","owner":"0mppula","description":"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.","archived":false,"fork":false,"pushed_at":"2025-05-17T14:04:03.000Z","size":809,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T14:38:22.991Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://www.koronkorko.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0mppula.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-10T18:01:01.000Z","updated_at":"2025-05-17T13:59:37.000Z","dependencies_parsed_at":"2024-04-30T07:10:05.605Z","dependency_job_id":"20f19bb7-b8b4-47af-b327-0bde654c6c1c","html_url":"https://github.com/0mppula/koronkorko-remastered","commit_stats":null,"previous_names":["0mppula/next-koronkorko","0mppula/koronkorko-remastered"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0mppula/koronkorko-remastered","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mppula%2Fkoronkorko-remastered","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mppula%2Fkoronkorko-remastered/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mppula%2Fkoronkorko-remastered/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mppula%2Fkoronkorko-remastered/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0mppula","download_url":"https://codeload.github.com/0mppula/koronkorko-remastered/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mppula%2Fkoronkorko-remastered/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268431640,"owners_count":24249413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-11T06:38:37.405Z","updated_at":"2025-08-02T18:09:52.318Z","avatar_url":"https://github.com/0mppula.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KoronKorko Remastered\n\n[KoronKorko][site] was previously created using the MERN stack with vanilla JavaScript \u0026 CSS. However, this implementation is a remastered version of the previous one and is developed using Next.js, NextAuth, MondoDB, TypeScript and Tailwind CSS.\n\nCheck out the [previous version][KoronKorkoOld] of KoronKorko or its [source code][KoronKorkoCodeOld].\n\n## What is KoronKorko?\n\n[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.\n\nThe 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.\n\nAuthenticated users can:\n\n-   create new and save new calculations\n-   edit existing calculations\n-   import previously saved calculations\n-   delete previously saved calculations\n\n## Calculators of KoronKorko\n\n### [Compound Interest Calculator][1]\n\nCalculate the compound interest of an investment or determine how long your invested money can last.\n\nThe 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.\n\n---\n\n### [Annualized Return Calculator][2]\n\nCalculate the annualized return (CAGR), total percent return, and total profit of an investment.\n\n### [Present Value Calculator][3]\n\nCalculate the present value of an investment with a specified discount rate.\n\n---\n\n### [Investment Time Calculator][4]\n\nCalculate the amount of time needed to grow an investment to a certain future value given an annual interest rate.\n\n---\n\n### [Break Even Point Calculator][5]\n\nCalculate the point at which total cost equals total revenue, indicating neither profit nor loss for your business.\n\n---\n\n### [Markup Calculator][6]\n\nCalculate the difference between the cost and the selling price of your product.\n\n---\n\n### [Event Probability Calculator][7]\n\nCalculate the probability of an event occurring at least once, more than once, or exactly once in a given number of attempts.\n\n---\n\n### [Price to Earnings Ratio Calculator][8]\n\nCalculate the price-to-earnings (P/E) ratio of a company to determine if its stock is overvalued or undervalued.\n\n---\n\n### [Dollar Cost Average Calculator][9]\n\nCalculate the average cost of an investment over a time period, given an interest rate, initial investment amount and a series of periodic investments.\n\n---\n\n### [Enterprise Value Calculator][10]\n\nCalculate the enterprise value of a company, given its market capitalization, total debt, and total cash.\n\n---\n\n### [Liquidation Price Calculator][11]\n\nCalculate the liquidation price of an asset, given its entry price and the leverage ratio of the investment.\n\n---\n\n### [Dividend Yield Calculator][12]\n\nCalculate the dividend yield of a stock, given its dividend amount, frequency, and share price.\n\n---\n\n[dev]: https://github.com/0mppula\n[site]: https://www.koronkorko.com/\n[1]: https://www.koronkorko.com/compound-interest-calculator\n[2]: https://www.koronkorko.com/annualized-return-calculator\n[3]: https://www.koronkorko.com/present-value-calculator\n[4]: https://www.koronkorko.com/investment-time-calculator\n[5]: https://www.koronkorko.com/break-even-point-calculator\n[6]: https://www.koronkorko.com/markup-calculator\n[7]: https://www.koronkorko.com/event-probability-calculator\n[8]: https://www.koronkorko.com/price-to-earnings-ratio-calculator\n[9]: https://www.koronkorko.com/dollar-cost-average-calculator\n[10]: https://www.koronkorko.com/enterprise-value-calculator\n[11]: https://www.koronkorko.com/liquidation-price-calculator\n[12]: https://www.koronkorko.com/dividend-yield-calculator\n[KoronKorkoOld]: https://koronkorko.herokuapp.com/\n[KoronKorkoCodeOld]: https://github.com/0mppula/KoronKorko\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mppula%2Fkoronkorko-remastered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0mppula%2Fkoronkorko-remastered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mppula%2Fkoronkorko-remastered/lists"}