The EMI Calculator is a web-based tool that helps users calculate their Equated Monthly Installments (EMI), total payment, and interest payable for a loan.
- Enter the loan amount, annual interest rate, and tenure (in months) to calculate EMI, total payment, and interest payable.
- Instantly view the calculated EMI, total payment, and interest payable.
- Clear and user-friendly interface for easy input and result display.
- Provides a visual representation of the EMI, interest payable, and total payment distribution through a pie chart.
- Clone the repository: git clone
<repository-url>
- Install the required dependencies:
npm install
- Start the development server:
npm start
- React: JavaScript library for building user interfaces.
- Chakra UI: Component library for building responsive and accessible UI.
- Recharts: Library for creating charts and visualizations.