Xpense is a web application made with Flutter that helps you track your daily expenses. With Xpense, you can easily add new expenses, categorize them, and see how much you've spent in each category over time.
Screenshot of Xpense
Getting started
To use Xpense, you need to have Flutter installed on your computer. Once you have Flutter installed, follow these steps:
git clone https://github.com/your-username/xpense.git
cd xpense
flutter pub get
flutter run -d chrome
The app should now be running on http://localhost:3000.