The Real EMI Calculator is a Vue 3 application that helps users calculate Equated Monthly Installments (EMI) for loans, taking into account various factors such as discounts, processing fees, and GST. It provides a detailed amortization schedule and explains the total cost of the loan.
- Calculate EMI based on base amount, tenure, and interest rate
- Include optional discounts and processing fees
- Display a detailed amortization schedule
- Show the total cost of the loan, including interest and GST
- Responsive design with a glassy, modern look
- Node.js (v14.0 or later recommended)
- npm (v6.0 or later)
-
Clone the repository:
git clone https://github.com/akshaybhanawala/TheRealEmiCalculator.git cd TheRealEmiCalculator -
Install dependencies:
npm install
-
Compile and hot-reload for development:
npm run dev
-
Open your browser and navigate to
http://localhost:5173(or the port shown in your terminal)
To create a production build:
npm run buildThe built files will be in the dist directory, ready to be deployed to a web server.
- Vue 3
- TypeScript
- Vite
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.