Coder Social home page Coder Social logo

jim's Introduction

Jim ๐Ÿ’ช

Your PT in your pocket and on your wrist

Purpose

I had the idea for Jim in 2012 when first starting iOS development and my Software Engineering degree. I used it to learn the basics of programming, Obj-C and Cocoa Touch.

What with Uni and work, it kind of got left behind, but now I've started working out again, so I need something to store my workouts in, and I can't find anything in the App Store I 100% like.

It's kind of going to be a pet project of mine, which I'll use to practice different approaches, techniques, frameworks etc.

Ultimately I'm just making this for myself, but if other people like it, I may launch it on the App Store.

Contributing

Contributors and feedback welcome ๐Ÿ˜„.

Parse

At the moment, you won't be able to build Jim with it pointing at its Parse database. This is because Jim's Parse app is still in development mode, which allows greater control over the database using the App ID and Client Key, while I make changes to the schema. When the schema becomes a bit more stable, I'll add the keys to the repo.

For now, at least, you'll have to make a file called ParseKeys.swift and put it in the /Jim/ directory. Xcode will know to find it there. The contents of the file should look like this:

struct ParseKeys {
    static let appID = "__YOUR_PARSE_APP_ID__"
    static let clientKey = "__YOUR_PARSE_CLIENT_KEY__"
}

You'll then need to make an app in Parse and add the App ID and Client Key to the ParseKeys struct.

Features (WIP)

  • Native โŒš app for tracking workouts in the gym without having to carry around your phone
  • Progress photo tracker
  • Weigth tracker
  • Got more to add from my notes, will do later
  • Support a parse alternative

jim's People

Contributors

ky1ejs avatar readmecritic avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.