Responsive django app for splitting monthly expenses between group of people 💰
Try it! »
-
About The Project
<ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <li><a href="#features">Features</a></li> </li> <li><a href="#contact">Contact</a></li>
Expense Splitter is my final project for college course called Principles of computer science - python. The app allows you to manage spendings and easily split them between your family or friends at the end of every month. It tells you what amount of money each user owes the others, assuming equal contribution (eg. for three users expenses are shared between these three people) The idea behind it is to make managing household budget easier.
- Python 3.10
- Django 4.10
- HTML5
- CSS3
- Bootstrap 5.2.3
- adding expenses with short description, date, category and amount spent
- updating and deleting expenses
- search feature which allows to choose date range, category and title for displayed expenses
- drop-down menu allowing to choose a month to be splitted
- immediate generation of your monthly summary
- registration (unique email) and login page
If you have a suggestion that would make this better, please let me know 😄