An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Money

### Calculates taxes and NI on your income

[![Build Status](https://travis-ci.org/thomasms/money.svg?branch=master)](https://travis-ci.org/thomasms/money)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

![Screen sample](https://github.com/thomasms/money/blob/master/screensample.png?raw=true)

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
```