Giter Site home page Giter Site logo

austinvernsonger / parse-challenge-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tombaranowicz/parse-challenge-app

0.0 1.0 0.0 29.64 MB

ios iPhone app built using Parse, allows: posting images/video files, commenting, giving likes, sharing challenges and attempts to this challenges also nominating facebook friends

Objective-C 93.39% JavaScript 2.53% CSS 1.30% HTML 2.44% Ruby 0.35%

parse-challenge-app's Introduction

Parse-Challenge-App

iPhone app built using Parse. Enables creating new challenges, nominating friends, posting challenge attempts (image/video), commenting, giving likes, sharing challenges and attempts to challenges.

App preview:

Features:

  • creating new challenge
  • adding own challenge attempt (with video/image)
  • commenting
  • giving likes
  • reporting inappropriate content
  • searching users/challenges
  • sharing
  • nominating other users
  • user profile customization

Requirements:

  • Xcode 6
  • iOS 8.0

Parse Classes:

User

  • username String
  • password String
  • authData authData
  • emailVerified Boolean
  • challenges Numb
  • eremail String
  • facebookId String
  • profile Object
  • profileImage File
  • profileImageThumb File
  • solutions Number

Challenge

  • author Pointer<_User>
  • name String
  • description String
  • comments Number
  • image File
  • likes Number
  • solutions Number
  • comment String

ChallengeSolution

  • challenge Pointer
  • comment String
  • comments Number
  • image File
  • movie File
  • likes Number
  • user Pointer<_User>

Comment

  • author Pointer<_User>
  • challenge Pointer
  • challengeSolution Pointer
  • comment String

FlagRequest

  • author Pointer<_User>
  • challenge Pointer
  • challengeSolution Pointer
  • reason String
  • user Pointer<_User>

Like

  • author Pointer<_User>
  • challenge Pointer
  • challengeSolution Pointer

Nomination

  • challenge Pointer
  • from Pointer<_User>
  • to Pointer<_User>
  • to FacebookId String

parse-challenge-app's People

Watchers

 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.