Git Product home page Git Product logo

instagram-challenge's Introduction

Instagram Challenge

Instructions

  • 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!

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!

How to start

  1. Produce some stories, break them down into tasks, and estimate
  2. Fork this repo, clone, etc
  3. Initialize a new rails project

Remember to proceed in small steps! Getting confused? Make the steps even smaller.

Code Quality

For linting, you can use the .rubocop.yml in this repository (or your own!). You'll need these gems:

group :development, :test do
  gem 'rubocop', '1.20', require: false
  gem 'rubocop-rails'
end

You can also lint Javascript, CSS, and ERB โ€” feel free to research this. These will help you to train yourself to produce cleaner code โ€” and will often alert you to mistakes or mishaps!

instagram-challenge's People

Contributors

anitacanita avatar edwardandress avatar jamesjoshuahill avatar neoeno avatar ptolemybarnes avatar roidriscoll avatar seriouswill avatar spike01 avatar tansaku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

instagram-challenge's Issues

Upgrade CI for Instagram Challenge

Rubocop config on instagram- challenge needs update to avoid many 100s of little corrections

Needs to be completed before coming Friday (16th)

A

A

Suggested Rubucop gem version deprecated

Instructions in the repo:

For linting, you can use the .rubocop.yml in this repository (or your own!).
You'll need these gems:

gem "rubocop", "0.48.1"
gem "rubocop-rails"

When I run bundle I get the following error:

Bundler could not find compatible versions for gem "rubocop":
  In Gemfile:
    rubocop (= 0.48.1)

    rubocop-rails was resolved to 1.5.0, which depends on
      rubocop (~> 0.53)

Note: Running bundle without specifying "0.48.1" works without any issues.

I'd have made a pull request, but it might get lost with all the student ones.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.