Skip to content

💵 A full stack web-application that serves as a personal expense tracker. It allows groups of friends to conveniently split bills and remind each other about pending debt. It further allows users to view trends in their spending patterns

Notifications You must be signed in to change notification settings

amritaravishankar/cash-track

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💵 CashTrack

CashTrack provides an integrated one-stop platform solution that enables users to collectively record, analyse and settle their monetary transactions between each other. The key features of this expense tracker application, CashTrack, are as follows:

  1. Personal Expense Tracking
  2. Split/Group Expense Tracking
  3. Data Analytics
  4. Chat

UI

CashTrack Set Up: Deployment

Backend

cd back-end
npm i // for first time
npm start 
npm run start-dev // for auto real time refresh, uses nodemon

Frontend

cd front-end
npm install // for first time
ng  build
ng serve
ng build // for release

About

💵 A full stack web-application that serves as a personal expense tracker. It allows groups of friends to conveniently split bills and remind each other about pending debt. It further allows users to view trends in their spending patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.4%
  • SCSS 29.7%
  • HTML 12.3%
  • CSS 3.5%
  • JavaScript 2.1%