๐Ÿ“ฆ nexapytech / Expense-Tracker-app

๐Ÿ“„ README.md ยท 26 lines
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