# Personal Expense Tracker (Offline)
## Overview
The Personal Expense Tracker is a fully offline Flutter application that allows users to log daily expenses, categorize them, and view summarized spending data. The app is designed to be lightweight, fast, and usable without an internet connection.
This project is intentionally scoped to be completed within one to two days of development while still demonstrating practical Flutter skills.
---
## Objectives
- Allow users to record expenses quickly
- Organize expenses by category
- Provide daily and weekly spending summaries
- Store all data locally on the device
- Keep the UI simple and intuitive