https://github.com/johnpc/jpc-fit
https://github.com/johnpc/jpc-fit
supported
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpc/jpc-fit
- Owner: johnpc
- Created: 2024-04-05T04:24:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T21:14:47.000Z (5 months ago)
- Last Synced: 2026-01-03T19:49:03.305Z (5 months ago)
- Topics: supported
- Language: TypeScript
- Homepage:
- Size: 17.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fit.jpc.io
A dead-simple daily calorie tracking app, for web and ios (must use iOS to use HealthKit data).
The data resets every day, so each day you can start fresh to meet your health goals.
## Setup
Clone the repo, install dependencies, deploy backend resources:
```bash
git clone git@github.com:johnpc/jpc-fit.git
cd jpc-fit
npm install
npx cap sync
npx amplify sandbox
```
Then, to run the frontend app
```bash
# on web
npm run dev
```
or
```bash
# on ios
npm run ios
```
## Deploying
Deploy this application to your own AWS account in one click:
[](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/jpc-fit)