Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kddnewton/taxes

US federal income tax calculator
https://github.com/kddnewton/taxes

Last synced: 2 months ago
JSON representation

US federal income tax calculator

Awesome Lists containing this project

README

        

# US federal income taxes

[![Build Status](https://github.com/kddnewton/taxes/workflows/Main/badge.svg)](https://github.com/kddnewton/taxes/actions)

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](https://opensource.org/licenses/MIT).