https://github.com/shsharkar/emi-wizard
EMI Wizard is your ultimate guide to better credit card payments. Our tool helps you calculate EMI amounts, interest rates, and monthly payments easily and accurately. Navigate your financial journey with EMI Wizard.
https://github.com/shsharkar/emi-wizard
Last synced: 3 months ago
JSON representation
EMI Wizard is your ultimate guide to better credit card payments. Our tool helps you calculate EMI amounts, interest rates, and monthly payments easily and accurately. Navigate your financial journey with EMI Wizard.
- Host: GitHub
- URL: https://github.com/shsharkar/emi-wizard
- Owner: SHSharkar
- Created: 2023-05-21T08:12:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T13:13:25.000Z (over 2 years ago)
- Last Synced: 2025-06-23T19:13:13.666Z (3 months ago)
- Language: HTML
- Homepage: https://emi.expense.com.bd/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EMI Wizard
EMI Wizard is a powerful, user-friendly EMI calculation tool built with HTML, Tailwind CSS, and Alpine.js. It helps users to calculate EMI amounts, interest rates, and monthly payments easily and accurately.
## Table of Contents
- [EMI Wizard](#emi-wizard)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Access](#access)
- [Usage](#usage)
- [Compiling Tailwind CSS Assets](#compiling-tailwind-css-assets)
- [Contributing](#contributing)
- [License](#license)
- [Credits](#credits)## Features
The application provides the following features:
- Calculate EMI amounts, interest rates, and monthly payments.
- Results include monthly EMI, total payment, and total interest.
- Users can copy the summary of the EMI calculation.
- Users can also copy a link to share the EMI calculation.## Access
You can access the EMI Wizard at [https://emi.expense.com.bd/](https://emi.expense.com.bd/)
## Usage
1. Enter the principal amount, annual interest rate, and tenure in months.
2. Click on the "Calculate" button to get your results.
3. You can copy the summary or the link of your EMI calculation by clicking the respective buttons.## Compiling Tailwind CSS Assets
Whenever there is a change or class addition in the HTML files, you will need to recompile the Tailwind CSS assets. Here are the steps that you need to run in the terminal from the root of the project:
1. Install the necessary packages with the command: `npm install`
2. Compile and minify the main.css file with the command: `npx tailwindcss -i ./src/main.css -o ./dist/main.css --minify`
3. After compiling, remove the node_modules folder with the command: `rm -rf node_modules`## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is under the [MIT](https://choosealicense.com/licenses/mit/) license.
## Credits
EMI Wizard is developed and maintained by [Md. Sazzad Hossain Sharkar](https://github.com/SHSharkar) and [DevOps](https://devops.com.bd).