SIP Tracker

A simple React application to calculate the maturity amount, total investment, and profit gained from a Systematic Investment Plan (SIP).

Features

  • Input fields for monthly investment, annual rate of return, and investment duration in years.
  • Calculation of total investment, maturity amount, and profit gained.
  • Reset button to clear all input fields and results.

Installation

To run this project locally, follow these steps:

  1. Clone the repository: git clone git clone https://github.com/ritammaity55/Smart-Sip-Tracker.git

  2. Navigate to the project directory: cd sip-calculator

  3. Install the dependencies: npm install

  4. Start the development server: npm run dev