Skip to content
#

spending-tracker

Here are 32 public repositories matching this topic...

First Solo Project using Python, Flask and PostgreSQL. It is a web application that allows users to input transactions linked to a date, merchant and category. These transactions can be saved, updated and deleted from the database. The User can also manipulate the transactions to see then based on criteria such as month, user, category and merchant.

  • Updated Jan 31, 2021
  • Python

This was my first individual CodeClan project to create a Spending Tracker App. I built this using Python, Flask, HTML/CSS, PostgreSQL and the psycopg. Users can track individual transactions, including the date, merchant and a tag (e.g. Food Shopping, Travel etc). They can then filter transactions by any of the above criteria and see a running total spent.

  • Updated Jan 11, 2021
  • Python
Strongground
Strongground commented Jul 6, 2020

Environment:
"Quick add transaction" and "Add transaction" screen

What should happen:
Another button should exist, visually second tier, that is labelled "Add another transaction". If clicked, it does the same as the "Add transaction" button, but does redirect to the same screen the user just came from, allowing to qiucker create multiple transactions in a row.

**What does currentl

Improve this page

Add a description, image, and links to the spending-tracker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spending-tracker topic, visit your repo's landing page and select "manage topics."

Learn more