-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f7dcf9
commit 4c97b4d
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Instagram-Clone | ||
# 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: **X** hours spent in total | ||
|
||
## User Stories | ||
|
||
The following **required** functionality is completed: | ||
|
||
- [ ] User stays logged in across restarts. (1pt) | ||
- [ ] User can log out. (1pt) | ||
- [ ] User can view comments on a post. (3pts) | ||
- [ ] 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: | ||
|
||
<img src='http://i.imgur.com/link/to/your/gif/file.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' /> |