Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tax Distribution Calculator #19

Open
8 tasks
git-union bot opened this issue May 8, 2024 · 0 comments
Open
8 tasks

Tax Distribution Calculator #19

git-union bot opened this issue May 8, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 8, 2024

Tax Distribution Calculator

As a user, I want to input my income and location so that I can see how much I pay in city, state, and federal taxes, and understand how those taxes are distributed according to the budgets of each.

Acceptance Criteria

  • User can input their annual income.
  • User can select their city and state from a list or by entering their zip code.
  • The site calculates the amount paid in city, state, and federal taxes based on the user's input.
  • User can see a breakdown of their taxes as percentages based on city, state, and federal budgets.
  • User can adjust their preferred tax distribution.
  • Adjusted tax preferences can be emailed to representatives through the site.
  • The calculations and adjusted distributions update in real-time as the user makes changes.
  • User can view a summarized visual representation of tax distributions.
sequenceDiagram
  participant User
  participant TaxCalculator
  User->>TaxCalculator: Enter income and location
  TaxCalculator->>User: Display calculated taxes
  User->>TaxCalculator: Adjust tax distribution preferences
  TaxCalculator->>User: Update visual representation
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants