Skip to content

💸 Tax Analyzer (written in ReasonML, using ReasonReact with React Hooks, and Recharts).

License

Notifications You must be signed in to change notification settings

arjun-menon/tax-analyzer

Repository files navigation

Calculate Taxes in NYC

This tool gives you a detailed slab-by-slab breakdown of the taxes owed by an unmarried individual living in New York City. This tool is written in ReasonML, and uses ReasonReact and Recharts.

Snapshot of web-based interface

How to Use

Building

To install dependencies, run: sh yarn install

During development, run:

yarn start
# in another tab:
yarn webpack-dev-server

Both are long running commands, that will monitor the filesystem for changes, and automatically rebuild.

To generate a production-optimized JS artifact, run:

yarn run build
yarn run webpack:production

Caveats

The purpose of this web app is to just get a rough analysis of the taxes you owe. It doesn't cover things like:

About

💸 Tax Analyzer (written in ReasonML, using ReasonReact with React Hooks, and Recharts).

Resources

License

Stars

Watchers

Forks

Packages

No packages published