📱 Fitness App (React Native)

A modern fitness mobile application built with React Native CLI, focused on helping users track workouts, view summaries, monitor progress, and manage personal fitness data.

📂 Project Structure

src/
├── ThemeContext/
│   └── ThemeContext.tsx          # Theme management
├── navigation/
│   ├── AppNavigator.tsx          # Main navigation
│   └── TabNavigator.tsx          # Bottom tab navigation
├── screens/
│   ├── HomeScreen.tsx            # Main dashboard
│   ├── WorkoutDetailsScreen.tsx  # Workout details
│   ├── WorkoutSummaryScreen.tsx  # Post-workout summary
│   ├── ProfileScreen.tsx         # User profile
│   ├── ActivityScreen.tsx        # Activity tracking
│   └── SettingsScreen.tsx        # App settings
├── components/
│   ├── home/                     # Home screen components
│   ├── sections/                 # Reusable sections
│   └── Workouts/                 # Workout components
├── styles/
│   ├── getColors.ts              # Color system
│   └── use*Components.ts         # Component-specific styles
└── assets/
    └── *.png                      # Images and icons

📌 Key Features

🔧 Tech Stack

✨ Features:

🚀 How to Run

  1. Install dependencies:
    npm install
    # or
    yarn
  2. Start the app:
    npx react-native run-android
    # or
    npx react-native run-ios

📄 Notes