Skip to content

recepgocmen/hesapkitap

Repository files navigation

Dividend Calculation Application

Live: https://hesapkitap.vercel.app/

Overview

Screenshot 2024-08-30 at 17 08 20

This project allows users to calculate their potential earnings based on their monthly investments and annual return rates.

Reason for the Project

I created this project because AI applications tend to view this calculation as a complicated process and often limit the number of iterations allowed. Additionally, they sometimes provide inaccurate calculations.

Screenshot 2024-08-30 at 17 11 15

Features

  • Users can input their monthly investment amount.
  • Users can input their expected annual return rate.
  • The calculator will display the total portfolio value for each year up to 15 years.

Usage

To run this project on your own computer, follow these steps:

  1. Clone or download the project.
  2. Navigate to the root directory of the project in the terminal.
  3. Run the npm install command.
  4. Run the npm start command.
  5. Go to http://localhost:3000 in your browser.

Dependencies

This project uses React and Next.js. Therefore, make sure Node.js is installed on your computer before running the project.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Don't forget to update the tests as appropriate.

License

MIT