This web page calculates the tax implications of selling RSUs belonging to people paying income tax in Israel.
- Install Homebrew.
- Install NodeJS through hombrew by running
brew install node
. - Navigate to the project directory.
- Install dependencies by running
npm install
- Use the following commands to work with the project:
npm run start
- starts up a dev server that will compile with every change to the code.npm run build
- will build the project in production mode (run this beforenpm run deploy
). This will create a build directory in your project.npm run deploy
- will deploy the build directory to gh-pages.
- Better date entering fields
- Find api for current (today's) market prices (quandle only gives the closing prices)
- Handle erroneous response from Qundle (display a user-friendly message about the api usage)
- Add explanation about how the calculation was made
- Add explanation about trustee fees
- Add explanation (tooltip) about the input fields and why they are needed (e.g grant date)
- Add disclaimer (that I am not an accountant)