DEV Community

Cover image for "FitnessApp β€” React Native Fitness Tracker with Charts (Live Demo)"
Arseny
Arseny

Posted on

"FitnessApp β€” React Native Fitness Tracker with Charts (Live Demo)"

πŸ’ͺ 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

reactnative #expo #fitness #charts #javascript

Top comments (1)

Collapse
 
shahrouzlogs profile image
Shahrouz Nikseresht

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. πŸš€πŸ’ͺ