nikolajbaer / taccounts

T-Account web app for doing accounting problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T-Accounts

A web app to do financial accounting problems with T-Accounts.

taccounts.nikolaj.dev

I originally wanted this when taking Financial and Managerial Acccounting courses a few years ago, and was getting tired of making the same spreadsheet every time for all my homework problems. I was surprised to not find any existing websites that would let you do some quick T-Accounts and transactions in an intuitive, accouting-friendly way. I am not an accountant, but my goal is to stay true to accounting style.

Running

You can run this locally with:

$> docker-compose up

You should be able to build this for deployment with

$> npm install . && npm build

About

T-Account web app for doing accounting problems


Languages

Language:TypeScript 87.0%Language:CSS 11.7%Language:HTML 1.3%