RoyalIcing / snippy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

User Stories

  • In order to code faster, as a coder I want to save useful code snippets
  • In order to code faster, as a coder I want to retrieve my saved code snippets
  • In order to code faster, as a coder I want to categorise my saved code snippets

Controllers

  • SnippetsController

Models

Snippet

  • title: what this is
  • description: a short description of what this does
  • code: raw code
  • category: e.g. rails, ruby, html, css, scss

Category

  • title: e.g. CSS, HTML, Rails, Ruby

About


Languages

Language:Ruby 75.8%Language:HTML 17.4%Language:CSS 3.9%Language:JavaScript 2.1%Language:CoffeeScript 0.7%