Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kddnewton/taxes
- Owner: kddnewton
- License: mit
- Created: 2020-02-09T20:58:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:32:45.000Z (3 months ago)
- Last Synced: 2024-11-04T19:34:27.536Z (3 months ago)
- Language: TypeScript
- Homepage: https://kddnewton.com/taxes
- Size: 11.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).