ragmha / gym-old

Tracking workouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gym

This is a React Native app for tracking workouts.

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • yarn package manager
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

  1. Clone the repository: git clone https://github.com/your-username/workout-app.git
  2. Install dependencies: yarn install
  3. For iOS, install CocoaPods: cd ios && pod install && cd ..

Usage

  • Run the app on an iOS simulator: yarn ios
  • Run the app on an Android simulator: yarn android

Directory Structure

workout-app/
├── readme.md
├── package.json
├── tsconfig.json
├── src
│   ├── __tests__
│   │   ├── App.test.tsx
│   ├── App.tsx
│   ├── components
│   │   └── Section.tsx
│   ├── navigation
│   │   ├── MainTabNavigator.tsx
│   │   ├── RootNavigator.tsx
│   │   ├── StackNavigator.tsx
│   │   └── types.ts
│   └── theme
│       ├── index.ts
│       ├── theme.ts
│       └── types.ts

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT © Raghib Hasan

About

Tracking workouts


Languages

Language:TypeScript 59.7%Language:Java 20.6%Language:Ruby 6.5%Language:Objective-C 6.3%Language:JavaScript 3.8%Language:Objective-C++ 3.1%