| WIP |
NearU is a hyperlocal social networking Native iOS App built in Swift/XCode with a custom Parse backend that allows users to share hyperlocal content in real time, view the local feed, and comment on posts within their local area.
The idea is to build this into something like yikyak or Jodel, where the social media interaction and influence is bounded to proximity. There is no pressure to build a persona as there are no profiles, or personas.
And here's the early Pitchdeck for NearU There have been some deviations in the projects. This repo serves as a POC/MVP.
#/# | View Posts & Add comments |
---|---|
![]() |
![]() |
Post Content with caption | Sign Out |
![]() |
![]() |
User Stories
- User can # to create a new account and log in.
- User can take a photo, add a caption, and post it to the server.
- User can view the feed
- User can view comments on a post and can add a new comment.
- User stays logged in across restarts/sessions.
- User can log out.
- User can pull to refresh.
- Posts are geofenced to a mile around user [WIP]
- iOS 9.0+
- Xcode IDE
- Install Cocoapods (a dependency manager)
- Clone the Repo
$ git clone https://github.com/momonepal/NearU.git
- Navigate to the unzipped folder in Terminal and run
pod install
. $ open plan.xcworkspace
and Build the project (⌘+B)