💪 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. 🚀💪