https://github.com/lucianoscarpaci/parstagram
An Instagram-like client with a custom backend server that allows users to post photos and view their feed.
https://github.com/lucianoscarpaci/parstagram
alamofire custom-backend front-end-development image-storage instagram-client ios-app parse photo-sharing rest-api swift ui-ux-design user-authentication
Last synced: 3 months ago
JSON representation
An Instagram-like client with a custom backend server that allows users to post photos and view their feed.
- Host: GitHub
- URL: https://github.com/lucianoscarpaci/parstagram
- Owner: lucianoscarpaci
- Created: 2022-09-23T17:42:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T16:43:08.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:13:19.297Z (5 months ago)
- Topics: alamofire, custom-backend, front-end-development, image-storage, instagram-client, ios-app, parse, photo-sharing, rest-api, swift, ui-ux-design, user-authentication
- Language: Swift
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parstagram - Part II
This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comments!
Time spent: **9** hours spent in total
## User Stories
The following **required** functionality is completed:
- [x] User stays logged in across restarts. (1pt)
- [x] User can log out. (1pt)
- [x] User can view comments on a post. (3pts)
- [x] User can add a new comment. (5pts)The following **bonus** features are implemented:
- [ ] User can add a profile picture. (2pts)
- [ ] Profile pictures are shown for posts and comments. (2pts)## Video Walkthrough
Here's a walkthrough of implemented user stories:
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: **6** 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:
![]()