A cross-platform mobile app for tracking fitness goals, daily activity, and body progress. Built with Flutter frontend and Go backend.
- Goal tracking — set and monitor daily fitness goals
- Weight progress — log and visualize weight changes over time
- Calendar view — track activity by day
- User profile — personal stats and settings
- Light / Dark theme — toggle between themes
| Layer | Technology |
|---|---|
| Frontend | Flutter (Dart), Provider, HTTP |
| Backend | Go |
| Auth | Registration / Login |
cd frontend
flutter pub get
flutter runcd backend
go run ./cmdBeGraceful/
├── frontend/ # Flutter app
│ ├── lib/
│ │ └── src/
│ │ ├── ui/ # screens and widgets
│ │ ├── models/ # data models
│ │ ├── providers/ # state management
│ │ └── services/ # API layer
│ └── assets/ # icons and images
└── backend/ # Go server
Built as a university project. Frontend and UI design by Irina.