barakadanny / Investment-app

This app help you calculate your investment benefits for a certain duration. built with react js

Home Page:https://investment-app-xi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investment Calculator

A comprehensive web application for calculating and visualizing your investment growth over time. The Investment Calculator allows you to make data-driven financial decisions by projecting your investment returns and seeing the potential outcomes.

Screenshot 2023-10-12 at 18 28 04

Table of Contents

Demo

View a live demo of the Investment Calculator here.

Features

  • Investment Growth Projection: Calculate investment growth and returns based on user inputs, including initial savings, yearly contributions, expected interest rate, and investment duration.

  • Visualize Investment Data: See a year-by-year breakdown of your investments, including total savings, interest gained, total interest earned, and invested capital.

  • Add Multiple Investments: Compare results from different investments side by side. You can add multiple investments to see how various scenarios may impact your financial future.

Technologies Used

  • Reactjs
  • Css
  • Linters

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/investment-calculator.git
    
  2. Install the project dependencies:

     npm install
  3. Start the development server:

    npm start
    The application should be accessible at `http://localhost:3000.`

Usage

  1. Open the Investment Calculator application in your web browser.

  2. Input your investment data, including current savings, yearly contributions, expected interest rate, and investment duration.

  3. Click the "Calculate" button to see the year-by-year projection of your investments.

  4. To compare multiple investments, use the "Add Investment" button and enter data for each scenario.

  5. Use the "Reset" button to clear the input fields.

Contribution

Contributions to the Investment Calculator are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository and create a new branch from the main branch.

  2. Make your changes and ensure that the codebase follows project guidelines.

  3. Test your changes to ensure they work as expected.

  4. Submit a pull request, including a detailed description of your changes and testing results.

License

The Investment Calculator is open-source and available under the MIT License. You are free to use, modify, and distribute the code.

Future Features

In future updates, we plan to introduce the following features:

  • Testing: Unit testing Jest
  • User Accounts: Allowing users to save and revisit their investment scenarios.
  • Graphical Visualization: Graphs and charts for a more intuitive representation of investment data.
  • Customizable Investments: The ability to tailor investments with more options, such as variable yearly contributions and different compounding frequencies.

We encourage contributions and feedback to help make the Investment Calculator even better!

Thank you for using the Investment Calculator. Happy investing!

About

This app help you calculate your investment benefits for a certain duration. built with react js

https://investment-app-xi.vercel.app


Languages

Language:JavaScript 67.8%Language:CSS 17.4%Language:HTML 14.8%