For a while now, I've been using a Google Sheet to track my bi-weekly expenses. This was in an effort to be more mindful about my finances. One day, I got tired of creating new sheets from a template and decided to build this tool.
Not only do I like keeping track of where my money previously went to better understand my spending habits, I like to manually enter my expenses each pay period to better understand where my money is going.
This has been helpful for me and hopefully it can be for you as well!
Clone the project
# via SSH
git@github.com:ArthurWHenry/budget-helper.git
# via HTTPS
https://github.com/ArthurWHenry/budget-helper.git
Go to the project directory
cd budget-helper
If you haven't already, install dependencies
npm install
Start the server
npm run dev
Contributions are always welcome!
- Download and import CSV
- Charts and tables to view budget data
- Responsive for mobile
If you have any feedback, please reach out to me at awilmarhenry@gmail.com