A simple, user-friendly web application to calculate income tax for individuals in Bangladesh according to the latest tax regulations.
Live Demo: BD Tax Calculator
- Calculate income tax based on annual income, gender, and investments
- Calculate tax savings through eligible investments
- Compare tax with and without investments
- Shows optimal tax savings with maximum allowed investments
- Mobile-responsive design
- No server-side processing - all calculations happen in your browser
- Select your gender (Male, Female, or Senior Citizen)
- Enter your monthly salary (required)
- Enter any festival bonus or other income (if applicable)
- Enter your investment details in the respective fields:
- Savings Certificates (maximum 500,000 BDT)
- DPS (maximum 120,000 BDT)
- Life Insurance Premiums
- Share Market investments
- Recognized Provident Fund contributions
- Other eligible investments
- Click "Calculate Tax" to see your results
The calculator follows the latest Bangladesh income tax regulations:
- Tax-free thresholds:
- Male: 350,000 BDT
- Female/Senior Citizen: 400,000 BDT
- Progressive tax slabs from 5% to 30%
- Investment rebate: Minimum of (15% of investment amount) or (3% of taxable income)
- Maximum allowable investment: 20% of taxable income
- Minimum tax: 5,000 BDT (when taxable income exceeds threshold)
- Vue.js 3
- Tailwind CSS
- Vite
# Clone the repository
git clone https://github.com/anisAronno/bd-tax-calculator.git
# Navigate to the directory
cd bd-tax-calculator
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This calculator is provided for informational purposes only. While we strive for accuracy, please consult with a tax professional for your specific tax situation. Tax regulations may change, and this calculator may not reflect the most recent changes.
If you find this project helpful, please consider giving it a β on GitHub!