Skip to content

A Golang/React-TS app for users to track their expenses, incomes, savings, and investment portfolios.

Notifications You must be signed in to change notification settings

theghostmac/FinTrackPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Tracker

React-Typescript with Golang for a financial application.

WorkingApp

Want a Demo?

Run the App

Backend (port 9020)

docker-compose up -d
go run main.go

Frontend (port 5173)

npm install
npm run dev

TODO

  • Add a CreateTxn.tsx route that consumes the /transaction endpoint from backend.
  • Add a CreateBudget route that consumes the /budget endpoint from backend.
  • Add a GET request for /transaction and /budget.
  • Consume the GET /transaction and /budget endpoints in the relevant frontend pages.
  • Move to stage 2: supporting investment tracker and providing net worth analytics features.

About

A Golang/React-TS app for users to track their expenses, incomes, savings, and investment portfolios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published