beatrice-casey / Instagram

A recreation of Instagram by creating our own backend using Parse
0 stars 0 forks source link

Project 4 - Instagram

Instagram is a photo sharing app using Parse as its backend.

Time spent: 30 hours spent in total

User Stories

The following required functionality is completed:

The following stretch features are implemented:

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. How to better implement likes/comments
  2. How to update the UI, specifically the toolbar to customize it and make it look more 'instagram branded'

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough Video Walkthrough Video Walkthrough Video Walkthrough Video Walkthrough

GIF created with Kap.

Credits

List an 3rd party libraries, icons, graphics, or other assets you used in your app.

Notes

The biggest struggle I had was with implementing the like feature. I could get the button to change, but I couldn't get it to save the like/ delete the like from the database. I figured it out, but it was challenging. I also struggled with updating the UI to make it look more like instagram, specifically the toolbar at the top.