kylebuttner / instagram-challenge

Rebuild Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Challenge

User stories

COMPLETE
As a person,
So that I can use Instagram,
I would like to sign up, log in, and log out.
COMPLETE
As a user,
So that I can share my photos,
I would like to be able to upload photos to Instagram.
As a user,
So that I can maintain my privacy,
I would like to be able to choose whether my profile is public.
COMPLETE
As a user,
So that I can see what other users are posting,
I would like to see a timeline of other user photos.
As a user,
So that I can see more from one user,
I would like to be able to view a user profile.
As a user,
So that I can keep up with certain other users,
I would like to be able to follow users.
COMPLETE
As a user,
So that I can interact with other users,
I would like to be able to leave comments on photos.
As a user,
So that I can change comments,
I would like to be able to edit or delete comments I have left.
As a user,
So that I can keep control over my profile,
I would like to be able to delete my own photos and comments left on them.

Instructions

  • Challenge time: Friday, the entire day + the weekend if you need it
  • Feel free to use Google, your notes, books, etc., but work on your own
  • If you refer to the solution of another coach or student, please put a link to that in your README
  • If you have a partial solution, still check in a partial solution
  • You must submit a pull request to this repo with your code by 9am Monday morning

Task

Build Instagram: Simple huh!

Bonus if you can write your own set of sensible user stories!

As usual please start by

Your challenge is to build Instagram using Rails. You'll need users who can post pictures, write comments on pictures and like a picture. Style it like Instagram's website (or more awesome).

Bonus if you can add filters!

About

Rebuild Instagram


Languages

Language:Ruby 78.1%Language:HTML 18.9%Language:CSS 1.5%Language:JavaScript 0.9%Language:CoffeeScript 0.6%