(Translated by https://www.hiragana.jp/)
GitHub - dekapd99/XPlore
Skip to content

dekapd99/XPlore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Xplore

Xplore are made with Swift 5 & Figma.

AboutPreviewInstallationFeaturesLicense

About

Xplore is a sports WatchOS application that records and calculates cardiovascular metrics. This application is designed for people who enjoy sports commonly played in Indonesia and wants to tracked their cardiovascular metrics.

Preview

Folder & File Structure

Here is the file and folder structure for Xplore:

.
├── Assets                              # Contains Colors, Logo & Images
├── MyWorkouts WatchKit Extension       # Contains Xplore Watch Apps
├── XploreApp                           # Contains Xplore Root Project
├── ComplicationController              # Contains Complication View When Lock Screen Mode Activated
├── Helper                              # Contains EnumTabView Data and Extension Activity Type
│   ├── EnumTabViewData.swift
│   └── ExtensionActivityType.swift                 
│
├── Model                                # Contains Data & Their Type 
│   └── SummaryMetricModel          
│
├── ViewModel                            # Contains Reusable General Function
│   ├── WorkoutViewModel.swift       
│   ├── TimeFormatterViewModel.swift      
│   └── MetricViewModel.swift 
│
└── View                                 # Contains Reusable Main Apps View
    ├── ActivityRingsView.swift
    ├── ControlsView.swift
    ├── ElapsedTimeView.swift
    ├── MetricView.swift
    ├── SessionPagingView.swift
    ├── StartView.swift
    ├── SummaryView.swift    
    ├── BreathView.swift   
    ├── RingsView.swift
    ├── SummaryPagingView.swift   
    └── EndWorkoutView.swift          

Features:

  • Core Animation
  • Reusable Components
  • All Stacks (HStack, VStack, ZStack)

Build With

Installation

To use this repository, please follow the usage instructions below and make sure that Git is installed on your computer (execute all commands in cmd.exe or terminal):

  1. Download the .zip file or clone the repository using the following command:
git clone https://github.com/dekapd99/Xplore.git
  1. Once the project is downloaded or cloned, open the project in Xcode by clicking on "Open a Project or File".

  2. Make sure to select Apple Watch as the target simulator (Device column at the top of Xcode).

  3. Build and Run the project.

License

MIT License: Copyright (c) 2022

DISCLAIMER: ASSETS ARE USED FOR EDUCATION PURPOSE ONLY, NOT FOR COMMERCIAL PURPOSES

Assets Source: SF Symbols 4 Icon

Figma Projects: Xplore Figma

Medium Article: Xplore Medium

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages