A simple webapp to generate a sankey diagram of your all-time spending via the Up API. Functionality is extremely basic, and will be improved before it is published.
- Install node & npm.
- Install dependencies with
npm install
- Use
npm run preview
to run the app locally. - Obtain and enter your Up API Personal Access Token
- Add logout button to clear token from localStorage
- Add user help text to login page
- Add option to ignore/display uncategorised charges
- Extend beyond just charges and show breakdown of transfers to Savers
- React
- Nivo
- TypeScript
- Vite
- Tailwind CSS
- Axios