https://github.com/mode89/moneta
https://github.com/mode89/moneta
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mode89/moneta
- Owner: mode89
- Created: 2025-07-03T13:52:04.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-20T08:59:05.000Z (11 months ago)
- Last Synced: 2025-08-20T09:27:31.765Z (11 months ago)
- Language: Clojure
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moneta
Moneta is a simple Android application designed to help users track their daily
expenses effortlessly. With a clean and intuitive interface, it allows users to
quickly log expenditures, categorize them, and get an overview of their
spending habits. The application focuses on ease of use and provides a
straightforward way to manage personal finances on the go.
## Features
* **Expense Tracking**: Easily add and manage daily expenses.
* **Categorization**: Organize expenses with custom categories for better
financial insights.
* **Overview of Spending**: Get a clear summary of your expenditures.
* **Intuitive User Interface**: Simple and user-friendly design for seamless
navigation.
* **Data Persistence**: Your expense data is saved locally on the device.
# Development
Create AVD:
```
$ avdmanager create avd \
--name
--package "system-images;android-32;google_apis;x86_64"
```
Enable hardware keyboard by setting `hw.keyboard` to `yes` in the AVD
config file `~/.android/avd/.avd/config.ini`.
Run emulator:
```
$ emulator -avd
```
Build and install APK:
```
$ scripts/build
$ scripts/install
```