An app inspired by Kakeibo, a Japanese method of recording daily expenses.
git clone https://github.com/alvropena/kakeiboo.git
npm install
To run the app with your own backend, you need to set up a Supabase database.
-
Go to Supabase and create a new project.
-
Copy the Project URL and Anon Key from the API settings.
-
Create a
.env.local
file in the root of the project and add the following:
EXPO_PUBLIC_SUPABASE_URL=
EXPO_PUBLIC_SUPABASE_ANON_KEY=
npm expo start