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

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.

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