/taxes

US federal income tax calculator

Primary LanguageTypeScriptMIT LicenseMIT

US federal income taxes

Build Status

A small web application for understanding how the US federal income tax system works.

Getting started

Ensure you have yarn installed. In the root of the directory run yarn to install all dependencies. There are some configured yarn scripts to get development started:

  • yarn lint - Lint the code with eslint and stylelint
  • yarn start - Start a local dev server with webpack-dev-server
  • yarn test - Test the code with jest

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/taxes.

License

The code is available as open source under the terms of the MIT License.