https://github.com/ribborges/kakebo
Kakebo is a simple personal finance app inspered by the japanese savings method.
https://github.com/ribborges/kakebo
expo expo-sqlite mobile nodejs react react-native sqlite typescript zustand
Last synced: 2 months ago
JSON representation
Kakebo is a simple personal finance app inspered by the japanese savings method.
- Host: GitHub
- URL: https://github.com/ribborges/kakebo
- Owner: ribborges
- License: mpl-2.0
- Created: 2024-12-05T04:24:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T18:21:42.000Z (over 1 year ago)
- Last Synced: 2026-01-03T16:18:01.696Z (6 months ago)
- Topics: expo, expo-sqlite, mobile, nodejs, react, react-native, sqlite, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Kakebo: Your personal finance app 💰
Kakebo is a simple personal finance app inspered by the japanese savings method.
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app). It uses expo-sqlite for the database and zustand for state management.
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npx expo start
```
## How to build
1. Install the latest eas cli as global
```bash
npm install -g eas-cli
```
2. Log in to your Expo account
```bash
eas login
```
3. Run a preview build
```bash
eas build --profile preview
```