Skip to content

AnnaKL/instagram-challenge

 
 

Repository files navigation

Code Climate Build Status

Instagram Challenge

Picture 1

Challenge

An Instafun (inspired by Instagram) that allows user to post, comment and like pictures.

Implemented functionalities

  • User can sign up, sign in, sign in with Facebook and sign out
  • User can add a picture
  • User can comment on picture
  • User can like a picture
  • User can only edit or delete pictures he/she created.

Technologies

  • Ruby on Rails
  • Active Records
  • Devise gem
  • Omniauth-facebook gem
  • Paperclip gem
  • RSpec and Capybara (used for testing)
  • HTML
  • CSS

How to run

git clone git@github.com:AnnaKL/chitter-challenge.git
cd chitter-challenge
bundle install
rails s
type http://localhost:3000/ in the browser
  • To run the test type rspec in the application directory

To do

  • Improve styling.

About

Instagram clone application - Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.3%
  • HTML 10.6%
  • JavaScript 1.3%
  • CSS 1.2%
  • CoffeeScript 0.6%