This project is a web-based tax calculator designed as part of the Fyle Web Development Internship Challenge. The application allows users to input their annual income, additional income, deductions, and age category to calculate their tax liability based on predefined tax rules.
- Calculates tax based on income, deductions, and age category.
- Validates user inputs and displays error icons with tooltips for incorrect entries.
- Provides a user-friendly interface with Bootstrap for layout and styling.
- Displays results in a modal with the calculated tax amount.
- HTML, CSS, JavaScript
- Bootstrap
- jQuery
- Clone the repository:
git clone https://github.com/MuhammedBasith/fyle-tax-calculator.git
- Open
index.html
in a web browser.