https://github.com/munozrc/wallet-logger
A simple app to log income, expenses, and credit card payments. 📂 Data is stored locally using SQLite.
https://github.com/munozrc/wallet-logger
expo react-native sqlite typescript
Last synced: about 2 months ago
JSON representation
A simple app to log income, expenses, and credit card payments. 📂 Data is stored locally using SQLite.
- Host: GitHub
- URL: https://github.com/munozrc/wallet-logger
- Owner: munozrc
- License: gpl-3.0
- Created: 2025-09-27T04:58:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T20:20:53.000Z (9 months ago)
- Last Synced: 2026-04-28T23:38:10.107Z (about 2 months ago)
- Topics: expo, react-native, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 655 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📒 WalletLogger
A simple app to log income, expenses, and credit card payments. 📂 Data is stored locally using SQLite.
```bash
npx drizzle-kit generate --name=init
```
```bash
npx expo start --clear
```