Fit Tracker is an Android application designed to help users track and create outfits.
- Log and track outfits/clothes
- Store outfit data locally using Room Database
- Capture and attach photos using the device camera
- View outfit history
- Simple and user-friendly interface
- Language: Kotlin/Java
- Framework: Android SDK
- Database: Room (SQLite)
- Build System: Gradle (Kotlin DSL)
- IDE: Android Studio
- Android Studio (latest version recommended)
- Android SDK installed
- A physical device or emulator
-
Clone the repository:
git clone https://github.com/anthonyduenez/Fit-Tracker.git
-
Open the project in Android Studio
-
Sync Gradle and build the project
-
Run the app on an emulator or Android device
The app requires the following permissions:
-
Camera
- Used to capture photos for workout tracking
Make sure to allow permissions when prompted on your device.
Fit-Tracker/
├── app/
│ ├── src/
│ │ ├── main/
│ │ │ ├── java/ # Kotlin source files
│ │ │ ├── res/ # UI layouts and resources
│ │ │ └── AndroidManifest.xml
├── gradle/
├── build.gradle.kts
├── settings.gradle.kts
- This project uses local storage (Room), so no internet connection is required.
- Make sure your device/emulator has camera support for full functionality.
- User Sign up
- Improved UI/UX design
- Anthony Duenez Ramirez
- Tyler Fleming
- William Langley
- Vrunda Patel