Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 2.66 KB

README.md

File metadata and controls

87 lines (60 loc) · 2.66 KB

RoutineLab

RoutineLab is a mobile app for gymnasts to be able to build routines easily on their phone and have an overview of all their saved routines and current progress.

Screenshots

Getting started

In order to work on the RoutineLab app you will need npm and Node. Follow the instructions below before starting with the installation.

  • Xcode (latest version, at least >9.3). Install from App Store.
  • Expo XDE - the Expo development environment. npm install -g exp

Installation

  1. Clone this repo and enter!

    git clone https://github.com/hectorkd/RoutineLab.git
    cd RoutineLab
    npm install --global expo-cli
  2. Install dependencies.

    cd server
    npm i
    cd ..
    cd client
    npm i
  3. When you are in the client folder, run exp start to start the Expo development environment that will build the JS bundle for your app.

  4. Run IOS simulator to open the app with expo.

Tech Stack

Front End

Back End

Observations

Room for improvements
  • Better typing for TypeScript
  • Write tests
  • Adapt the UI design
Next orders
  • Deploy RoutineLab to the app store and google play
  • Add competition results
  • Add collection of olympian routines
  • Add a coaches side

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Hector Kennedy-Dyson
💻 🤔 👀 🎨 🚧 📹