Skip to content

IvessJohn/django-expense-tracker

Repository files navigation

django-expense-tracker

A small expense tracker application made by Ivan "John Ivess" Shyika.

Check it out:

Expense Tracker Website (powered by Heroku)

Expense Tracker on GitHub (this page)

Demo

Demo GIF

*You can see more demo materials in publicity/ directory


Functionality:

  • See your previous expenses
  • Add new expenses choosing their category and optionally adding a note
    • Supports a short form (via home page) and a full one (via a special page)
  • Open expense logs for more information
    • See the expense note
    • Edit the expense information

Every expense instance contains this information:

  • Date
  • Cost
  • Category/Tag
  • Note (optional)

Used tools: Django, Python.