A beautiful and modern EMI (Equated Monthly Installment) calculator built with React and Tailwind CSS.
- Calculate EMI for loans
- Support for extra EMI payments to reduce tenure and interest
- Visual payment breakdown with pie chart
- Responsive design for mobile and desktop
- Real-time calculations
- Indian Rupee (INR) currency formatting
- Install dependencies:
npm installRun the development server:
npm run devThe app will be available at http://localhost:5173
Create a production build:
npm run buildPreview the production build:
npm run preview- Enter the loan amount (₹)
- Enter the rate of interest (% per annum)
- Enter the loan tenure (in months)
- Optionally add extra EMI payment to reduce the loan tenure and total interest
- View the calculated EMI, total amount, and interest breakdown
- React 18
- Vite
- Tailwind CSS
- Lucide React (for icons)