WebMo21 / webmo21-mobile

A modern native iOS mobile fitness workout planner made with Swift for the Leuphana University.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‹๏ธ Fitness Time - Workout Planner Mobile App

A modern mobile application enabling users scheduling and organization of fitness activities.

๐ŸŒ VISIT LIVE WEBSITE

๐ŸŽจ VISIT FRONTEND REPOSITORY

๐Ÿ–ฅ๏ธ VISIT BACKEND REPOSITORY

๐Ÿ“ฑ VISIT MOBILE APP REPOSITORY

Preview Mobile App

โœจ Features

  • CRUD for workouts
  • CRUD for weekly workout plans
  • Add, View, Update, Remove assigned workouts within their weekly workout plan
  • Various filters and search functionalities
  • Some CRUD for users based on authorization role
  • Different functionality for role user and admin
  • Language support for German and English

๐Ÿค– Tech

  • Modern client-side based on Swift through Xcode
  • Lightweight and modular front-end framework UIkit
  • CoreDataStack was implemented to persist structured data locally as an Array of JSON

๐ŸŽจ UI

  • Responsive contraints for iOS operated mobile devices (Iphone Xr, 11, 11 pro, 11 pro max, 12, 12pro, 12 pro max)
  • Localization works in Apple way. So to change the language the language of the device has to be changed as it is derived of that.
  • Used Images
    • All used images are either CC0 free to use or their license has been purchased at Adobe Stock or flaticon

๐Ÿ—๏ธ Architecture & Design decisions

๐Ÿ“ File Structure

  • /Fitness_Time
    • Contains App directory with Views, Controllers and Models
  • /Fitness_TimeTests
    • Contains tests for business logic
  • /Fitness_TimeUITests
    • Contains tests for the User Interface
  • /Products
    • Contains the output of the builds

๐Ÿ“ Convention & Guidelines

๐Ÿ“ Authentication Decisions

For user authentication in the mobile app an email is used.

๐Ÿ› Downsides & Known Bugs

  • Not all functionality could been fulfilled for the mobile app due to time constraints

๐Ÿ  Getting Started

โน๏ธ Prerequisites

The following applications should be installed before running this software.

Git
Xcode

Run Mobile App locally

git clone <Frontend URL>
cd into project
Start Xcode
Use Xcode GUI to Start the App on a simulated target device

๐Ÿงฎ Organization

๐Ÿ”จ Tools

The Team (as visible below) worked together with a variety of different online tools to achieve the project outcome. Some of them are:

  • Xcode as code editor of choice
  • Discord for communication & screen sharing useful for digital pair programming
  • Git for working together on the codebase

๐ŸŒŠ Git flow

We used Git Flow to merge code into the codebase with a structured order and keep feature of the software concise. Our design is the following:

  • main branch (production environment)
  • develop branch (develop environment)

๐Ÿ‘จ Team

Jakob Holz Onur Menekse Artur Kamrad Sascha Majewsky

๐Ÿ”‘ License

License under MIT License. See LICENSE for further information.

About

A modern native iOS mobile fitness workout planner made with Swift for the Leuphana University.

License:MIT License


Languages

Language:Swift 100.0%