Skip to content

ravfriza/investment-calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investment Calculator

A React-based investment calculator that helps users plan their financial future by calculating potential investment returns over time. This project was developed as part of the "React - The Complete Guide 2024 (incl. Next.js, Redux)" course by Maximilian Schwarzmüller on Udemy.

Overview

This calculator allows users to visualize how their investments could grow based on different parameters:

  • Initial investment amount
  • Annual contribution
  • Expected annual return rate (%)
  • Investment duration (years)

The calculator provides a detailed yearly breakdown showing:

  • Total investment value
  • Interest earned per year
  • Cumulative interest earned

Features

  • 💰 Real-time calculations
  • 📊 Year-by-year breakdown
  • 🎯 Easy-to-use interface
  • 📱 Responsive design
  • 🔢 Automatic number formatting

Technologies Used

  • React
  • JavaScript
  • CSS
  • Vite

Installation

  1. Clone the repository:

    git clone https://github.com/ravfriza/investment-calculator.git
  2. Navigate to the project directory:

    cd investment-calculator
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

Usage

  1. Enter your initial investment amount
  2. Specify your planned annual contribution
  3. Set your expected annual return rate
  4. Choose the investment duration in years
  5. View the detailed breakdown of your potential returns

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This project was created as part of the "React - The Complete Guide 2024" course by Maximilian Schwarzmüller
  • Thanks to Maximilian Schwarzmüller for the excellent course content and guidance
  • Thanks to all contributors who have helped enhance this project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published