https://github.com/thomasms/money
WebApp to compute income tax
https://github.com/thomasms/money
accounting income income-tax money react reactjs single-page-app
Last synced: 2 months ago
JSON representation
WebApp to compute income tax
- Host: GitHub
- URL: https://github.com/thomasms/money
- Owner: thomasms
- License: mit
- Created: 2018-05-28T21:11:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T19:50:58.000Z (about 6 years ago)
- Last Synced: 2025-03-29T03:28:43.961Z (about 1 year ago)
- Topics: accounting, income, income-tax, money, react, reactjs, single-page-app
- Language: JavaScript
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Money
### Calculates taxes and NI on your income
[](https://travis-ci.org/thomasms/money)
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

Requires nodejs and npm.
Dockerfile added to handle dependencies.
For development dev do:
```bash
npm install package.json
npm start
```
for production do
```bash
npm run build
```