Tax-MUI is a React web application built using the Material-UI design system. It is designed to calculate your tax liability according to the rules set by the Indian government, both in the old regime and the new regime. The application collects necessary details from the user and provides an accurate calculation of their tax obligations.
- Tax Calculation: Calculate your tax liability based on the rules of the Indian government.
- Old Regime and New Regime: Choose between the old tax regime and the new tax regime for calculating taxes.
- User Input: Collect user details such as income, deductions, and exemptions to compute tax.
- Material-UI Design: Utilize the Material-UI design system for a modern and intuitive user interface.
- Responsive Design: The application is responsive and adapts to different screen sizes and devices.
- React.js: Frontend JavaScript library for building the user interface and components.
- Material-UI: Design system and React components library used for UI design and development.
- JavaScript/ES6+: Programming language for frontend development.
- HTML/CSS: Markup and styling languages for building web pages and styling components.
- Indian Tax Rules: Implement Indian tax rules and calculations based on government regulations.
- Clone the repository:
git clone https://github.com/jaikrishnaverma-dev/tax_mui.git
- Navigate to the project directory:
cd tax_mui
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to access the application.
- Select the tax regime (old or new) you want to calculate taxes for.
- Provide the required details such as income, deductions, exemptions, etc.
- Click on the "Calculate Tax" button to compute your tax liability.
- View the calculated tax amount and any additional details provided by the application.
[Link to Live Demo](#)
This project was created by jai krishna verma. Special thanks to [Any contributors or resources you'd like to mention].
This project is licensed under the MIT License.