https://github.com/humancyyborg/parstagram
https://github.com/humancyyborg/parstagram
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/humancyyborg/parstagram
- Owner: Humancyyborg
- Created: 2021-03-27T01:13:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T15:25:47.000Z (over 3 years ago)
- Last Synced: 2025-01-20T19:23:17.904Z (4 months ago)
- Language: Swift
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parstagram - Part I
This is an Instagram clone with a custom Parse backend that allows a user to post photos and view a global photos feed.
Time spent: 16 hours spent in total
## User Stories
The following **required** functionality is completed:
- [x] User sees app icon in home screen and styled launch screen. (1pt)
- [x] User can sign up to create a new account. (1pt)
- [x] User can log in. (1pt)
- [x] User can take a photo, add a caption, and post it to the server. (3pt)
- [x] User can view the last 20 posts. (4pts)The following **bonus** features are implemented:
- [ ] User can pull to refresh. (1pt)
- [ ] User can load past posts infinitely. (2pts)## Video Walkthrough
Here's a walkthrough of implemented user stories:
![]()