Skip to content

This is a custom React application that includes a tax calculator. The application calculates the estimated tax based on the user's input.

Notifications You must be signed in to change notification settings

Xiaoting-Ma/Tax-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tax-Calculator

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.

Table of Contents

Introduction

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/Xiaoting-Ma/Tax-Calculator.git
  2. Navigate to the project directory:
    cd Tax-Calculator
  3. Install dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Deployment

  1. Build the application for production:
    npm run build
  2. Deploy to GitHub Pages:
    npm run deploy

The application will be deployed to https://xiaoting-ma.github.io/Tax-Calculator.

License

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!

About

This is a custom React application that includes a tax calculator. The application calculates the estimated tax based on the user's input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published