Skip to content

akishtp/Purse

Repository files navigation

purse

WORKING ON

  • display balance with each transaction

BREAKING / SHOULD DO

  • all sorts of updates and inserts. show it without refresh
    • for transactions
    • for accounts

TODO

  • landing page
  • animations
  • loading
  • track prices
  • add your own categories
  • not found
  • track investments
  • connect to bank api
  • fix docker db:push problem
  • find a way to host???

DONE

  • add a login page
  • create signup page
  • add drizzle ORM
  • make a docker container
  • run with local postgres
  • use lucia for auth
  • create home page
    • create sidebar
      • mobile view
    • create add transaction
      • mobile view
    • create overview
      • create badges for account
        • mobile view
      • transaction display
        • create
        • mobile view
        • icons
  • add a route to add users
  • create a route to add accounts
  • use state management (zustand)
  • add a route to add transactions
    • update state with sort
  • add a dashboard page
  • add edit to accounts
    • update account name in transactions
  • add delete to accounts
  • add edit to transactions
    • update transaction in db
    • update account balance
  • add delete to transactions
    • delete from db
    • update account balance
  • make graphs
    • balance record
  • logo
  • - Money can be paise/cents also

Releases

No releases published

Packages

No packages published

Languages