A small web application for understanding how the US federal income tax system works.
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 witheslint
andstylelint
yarn start
- Start a local dev server withwebpack-dev-server
yarn test
- Test the code withjest
Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/taxes.
The code is available as open source under the terms of the MIT License.