Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 592 Bytes

File metadata and controls

15 lines (11 loc) · 592 Bytes

Transaction Sorter

关于

This is the app for the Transaction Sorter project.

It was built to handle sorting split transactions from YNAB by category that didn't sort according to the split value of the category. For example, if a transaction was $20 total, with $15 Groceries, and $5 Dining Out, when sorting Grocery transactions, YNAB would sort by the $20 value instead of the $15 Grocery portion.

Tech

  • Next.js - web development framework
  • Netlify - web hosting/pipelines
  • React - UI library
  • Material UI - component library
  • TypeScript - language
  • Auth0 - authentication