Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.26 KB

README.md

File metadata and controls

61 lines (41 loc) · 2.26 KB

Project 4 - Parstagram

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:

  • User sees app icon in home screen and styled launch screen. (1pt)
  • User can sign up to create a new account. (1pt)
  • User can log in. (1pt)
  • User can take a photo, add a caption, and post it to the server. (3pt)
  • User can view the last 20 posts. (4pts)
  • 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)

Bonus

The following bonus features are implemented:

  • User can pull to refresh. (1pt)
  • User can load past tweets infinitely. (2pts)
  • User can add a profile picture. (2pts)
  • Profile pictures are shown for posts and comments. (2pts)

Additional

The following additional features are implemented:

  • User password entry is protected.
  • Tab Bar Navigation added.

APP Walkthrough GIF

Here's a walkthrough of implemented user stories:

GIF created with RecordIt.

Notes

I tried to make the app look as close to Instagram, but I made some 'styling' mistakes that did not allow me to finish 'posting comments'. I think it is an easy fix... Profile photos have not been added, there is a profile page that needs to be completed, code is set for displaying for posts... not yet for comments. Look forward to continuing work throughout the next week to complete the project and add more bells and whistles.

License

Copyright [2019] [Leonard Box]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.