Skip to content

isaaxh/TrackMateCLI

Repository files navigation

TrackMate - Your Ultimate Fitness Companion

It is a comprehensive fitness app designed to be your ultimate workout companion. Helping you in tracking fitness goals, connecting and competing with your gym bros.

Motivation

When I workout with my friend/gym coach he would give me a workout routine that I need to do for the day and he would change part of this routine every few days. I always forget the little changes, so I build this app to help me in my fitness journey. Anyone can use this app to improve and motivate their fitness journey.

Overview

Key Features

Tracker (MVP)

  • Set and monitor your fitness goals, including weight, muscle mass, and body fat percentage.
  • Receive daily reminders to weigh yourself and track your progress effortlessly.
  • Access a library of daily workout routines and create custom routines tailored to your preferences.
  • Periodically change routines to keep your workouts dynamic and challenging.
  • Utilize a Pomodoro timer for efficient and focused workout sessions.

Gym Bro Finder

  • Match with like-minded individuals based on fitness goals and workout styles.
  • Connect with gym buddies, coordinate workout sessions, and share fitness tips.
  • Build a supportive community to stay motivated and accountable.

Community Challenges

  • Create and join fitness challenges to push your limits.
  • Earn points, rewards, and badges for consistent participation and achievements.
  • Climb the leaderboards and compare your progress with friends and community members.

Technologies Used

  • React Native
  • TypeScript
  • Firebase

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Quick Start

Usage

Contributaion