Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 994 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 994 Bytes

Marginal Tax Bracket Breakout

Ever wondered how much of your income goes into each tax bracket? I did! So I created this calculator. Just input your filing status and your adjusted gross income, and see how much tax you pay in each bracket, and what % of your income is sitting in the highest bracket.

See it live here!

Read this blog post walking through how (and why) I built it!

Want to run this locally?

  1. Clone this repo to your local repos
  2. Run yarn install
  3. Once that's complete, run yarn start
  4. You should see this running on your localhost at port 3000!

Created by

@brittanyjoiner15, with some help from @jpcarey for organizing my object to do all the math I wanted 😊

Built with create-react-app and Eui: Elastic's Open Source Design Library