1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# Expense Tracker UI with KivyMD
A beginner-friendly mobile UI for an Expense Tracker app built in Python using [KivyMD](https://github.com/kivymd/KivyMD). This repository holds the front-end code (Part 1) โ in Part 2 weโll add the backend and package it as an APK.
---
## ๐ Features
- **Add Transaction Screen**
โ Enter amount, category, date, toggle income/expense
- **Transactions List**
โ Date header, icon + label + amount, dividers
- **Settings Panel**
โ Currency dropdown, feedback form, company footer
- **Material Design**
โ Consistent theming with KivyMD components and Poppins font
---
## ๐ง Installation
1. **Clone the repo**
```bash
git clone https://github.com/nexapytech/Expense-Tracker-app.git
cd Expense-Tracker-app