An open API service indexing awesome lists of open source software.

https://github.com/mrseanbaines/budgie-frontend

SPA React app which pulls in transactions from the backend API, lists them by month, allows you to assign categories and gives you a breakdown of your expenses per category.
https://github.com/mrseanbaines/budgie-frontend

categories date-fns expense-manager expenses hooks javascript react react-hooks react-redux reactjs redux styled-components typescript

Last synced: about 1 month ago
JSON representation

SPA React app which pulls in transactions from the backend API, lists them by month, allows you to assign categories and gives you a breakdown of your expenses per category.

Awesome Lists containing this project

README

        





[![Netlify Status](https://api.netlify.com/api/v1/badges/176c85ff-5dca-4ff2-894c-af35e2646712/deploy-status)](https://app.netlify.com/sites/mrseanbaines-budgie-staging/deploys)

# Budgie

Budgeting App

This is the frontend for a SPA React app which pulls in transactions from [the backend API](https://github.com/mrseanbaines/budgie-backend), lists them by month, allows you to assign categories and gives you a breakdown of your expenses per category. Includes user accounts, filtering, search etc.