Live: https://hesapkitap.vercel.app/
This project allows users to calculate their potential earnings based on their monthly investments and annual return rates.
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.
- 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.
To run this project on your own computer, follow these steps:
- Clone or download the project.
- Navigate to the root directory of the project in the terminal.
- Run the
npm install
command. - Run the
npm start
command. - Go to
http://localhost:3000
in your browser.
This project uses React and Next.js. Therefore, make sure Node.js is installed on your computer before running the project.
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.