• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Objective-C
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

iBeaconTasks

ios iBeacon TODO reminder app based on Parse
Objective-C
113
star
2

PostManager

iOS Swift + Node.js app to manage and schedule twitter posts (like buffer)
Swift
84
star
3

ObjectDetectionWithCreateML

Contains data needed to train object detection model in CreateML + iOS app for testing
Swift
56
star
4

AmazonPricesMonitoring

Node.js app for monitoring prices on Amazon
JavaScript
54
star
5

TwitterMonitoringJavaScript

JavaScript
27
star
6

SpotifyPlaylistExport

Simple app written in Node.js to export our playlists and save them in a local directory.
JavaScript
27
star
7

iOS-Face-Detection

Face and Face Landmarks detection on iOS
Swift
26
star
8

SurveillanceCameraJS

Surveillance Camera built using Tensorflow.js
JavaScript
21
star
9

LoadTestingUsingNodeJS

JavaScript
20
star
10

twitter-bot-javascript

JavaScript
17
star
11

NaturalLanguageProcessingApple

Swift
6
star
12

ChatHouse

React Native app using Stream SDK for React Native
JavaScript
5
star
13

ReactNativeTeleprompter

Teleprompter App built in React Native
TypeScript
4
star
14

GeneticAlgorithmSwift

Genetic Algorithm in Swift
Swift
4
star
15

AppstoreGooglePlayReviewsTracker

Simple web app, which is tracking and reporting new reviews for apps in AppStore and Google Play
CSS
4
star
16

AppStoreReviewsTracker

Node.js App That Tracks AppStore App Reviews - Tutorial
JavaScript
3
star
17

neural_networks_starter

Boilerplate for neural network solving XOR in TensorFlow and Swift 3
Swift
3
star
18

PythonAudiobookGenerator

Python Script to generate MP3 files from Articles and PDF Books using Google Text To Speech Library
Python
3
star
19

MyMilesAndMore

Techcrunch Disrupt Berlin 2013 project
Objective-C
2
star
20

NaturalLanguageProcessingIOS

Jupyter Notebook
2
star
21

CraigsListScrapePython

Python Script to scrape details of car offers listed on CraigsList
Jupyter Notebook
2
star
22

React-Hooks-For-Beginners

JavaScript
1
star
23

OneShotLearning

Contains Turi Create training script and iOS app for testing trained models.
Swift
1
star
24

BetterNewTab

Better New Tab is Chrome Extension which overrides your 'New Tab' page to suggest pages that you are usually visiting at this time (e.g. it's Monday, 9:00AM -> it shows websites that are most visited on Mondays between 8:30 and 9:30 AM).
JavaScript
1
star
25

SnapTuner

React Native App to create beautiful screenshots
TypeScript
1
star