Skip to content

bedminer1/SVK_EXPENSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why does this exist?:

One day, the thought of me being very wasteful and impulsive with my purchases came to me

Since I'm still a bit of a brokie (for now), I figured an expense tracker would help me manage money better; setting a goal of $100< spent per month 🤔

Features:

  • simple CRUD functionality to add 'expenses' with title, category, and amount

  • app tracks the date the expense was logged and displays expenses by month; with a summary page for total spending in each category and total spending for each month

  • TODO: summarizing different months expenses

Stack used:

PocketBase as a quick backend to store expenses; Sveltekit for frontend; Tailwind and SkeletonUI for styling; and of course, TypeScript

Snaps:

Input form to log expense

image

Receipt to show monthly summary

image

Logs of individual expenses | TODO: add grouping by category

image