This is a React application that provides a tax calculator. The application calculates the estimated tax based on the user's input for the income year, taxable income, and residency status.
The Tax-Calculator application allows users to quickly calculate their estimated tax. Users can select the income year, enter their total taxable income, and specify their residency status. Based on this information, the application provides an estimated tax amount.
- Income Year Selection: Choose the applicable income year for tax calculation.
- Taxable Income Input: Enter the total taxable income.
- Residency Status: Select your residency status for accurate tax estimation.
- Real-time Calculation: Get instant tax estimates based on your inputs.
- Clone the repository:
git clone https://github.com/Xiaoting-Ma/Tax-Calculator.git
- Navigate to the project directory:
cd Tax-Calculator
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to http://localhost:3000.
- Build the application for production:
npm run build
- Deploy to GitHub Pages:
npm run deploy
The application will be deployed to https://xiaoting-ma.github.io/Tax-Calculator.
This project is licensed under the MIT License. See the LICENSE file for details.
If you need further customization or have any specific requirements for the README file, please let me know!