Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.55 KB

EMI Calculator Calculator Icon

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.

Features

  1. Enter the loan amount, annual interest rate, and tenure (in months) to calculate EMI, total payment, and interest payable.
  2. Instantly view the calculated EMI, total payment, and interest payable.
  3. Clear and user-friendly interface for easy input and result display.
  4. Provides a visual representation of the EMI, interest payable, and total payment distribution through a pie chart.

Getting Started

  1. Clone the repository: git clone <repository-url>
  2. Install the required dependencies: npm install
  3. Start the development server: npm start

Register Page

image

Login Page

image

Profile Page

image

EMI Page

image

Technologies Used

  1. React: JavaScript library for building user interfaces.
  2. Chakra UI: Component library for building responsive and accessible UI.
  3. Recharts: Library for creating charts and visualizations.