Skip to content

An app inspired by Kakeibo, a Japanese method of recording daily expenses.

License

Notifications You must be signed in to change notification settings

alvropena/kakeiboo

Repository files navigation

Kakeiboo

An app inspired by Kakeibo, a Japanese method of recording daily expenses.

Setup

Clone the repository

git clone https://github.com/alvropena/kakeiboo.git

Install dependencies

npm install

Supabase Configuration

To run the app with your own backend, you need to set up a Supabase database.

  1. Go to Supabase and create a new project.

  2. Copy the Project URL and Anon Key from the API settings.

  3. Create a .env.local file in the root of the project and add the following:

EXPO_PUBLIC_SUPABASE_URL=
EXPO_PUBLIC_SUPABASE_ANON_KEY=

Run the app

npm expo start

About

An app inspired by Kakeibo, a Japanese method of recording daily expenses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published