An open API service indexing awesome lists of open source software.

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.

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
```