https://github.com/smacker/aspire-budget
https://github.com/smacker/aspire-budget
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smacker/aspire-budget
- Owner: smacker
- Created: 2021-08-30T06:33:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T09:23:32.000Z (over 2 years ago)
- Last Synced: 2025-05-07T23:06:40.695Z (about 1 year ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aspire budgeting mobile
A simple mobile app to work with [aspire budgeting spreadsheet](https://aspirebudget.com/).
### Download
#### Android
Standalone APK: [Download from GitHub releases](https://github.com/smacker/aspire-budget/releases)
#### iOS
Coming soon.
### Screenshots

### Development
1. Obtain Google API keys for [Auth](https://docs.expo.dev/guides/authentication/#google) and [Sheets API](https://developers.google.com/sheets/api/guides/authorizing).
2. Install dependencies: `yarn`
3. Create `.env` file with the following content to access Sheets API:
```
EXPO_PUBLIC_ANDROID_CLIENT_ID=
```
4. Create and install the development build `eas build --profile development --platform android`
5. Start development server: `yarn start`
6. Open the development build app and connect to the server