πͺ FitnessApp β React Native Fitness Tracker with Charts
What it does
- Track workouts (exercises + weight + reps + sets)
- Progress charts (line + bar charts π)
- Workout history by date
- Offline-first (SQLite)
- CSV export
π Quick Start (60 seconds)
git clone https://github.com/Arvik1982/FitnessApp.git
cd FitnessApp
npm install
npm run start
Features
- β Workout logging (exercise/weight/reps/sets)
- β Progress charts (line + bar)
- β Date-based history
- β SQLite offline storage
- β CSV export
- β iOS/Android responsive
Roadmap
- π Push notifications
- π Apple Health sync
- π Dark mode
- π Exercise videos
Live demo works! Stars & feedback welcome β
GitHub
Top comments (1)
Great project! Clean feature list and the roadmap is a nice touch.
The offline-first approach with SQLite + charts makes it a solid React Native example.
Starred the repo, looking forward to following the updates. ππͺ