Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Taldrain/Turn-Based-Accounting

Repository files navigation

Turn-Based Accounting

This project is no longer maintained. It hasn't been updated since 2024, though it was used weekly until early 2026. I've since switched to beancount for personal accounting.

Full rewrite using Remix, Prisma and Tailwind.

tba.taldra.in

About

Turn-Based Accounting allows you to track how much money do you earn/spend per day, week, month or year.

From the ideas of the Bennedetto project.

Building

  1. Install the dependencies

npm install

  1. Build the database

npx prisma generate

  1. Seed the database (optional)

npx prisma db seed

Packages

 
 
 

Contributors