gitKrystan / ember-aisle

Ember.js app that allows users to organize their shopping lists based on crowd-sourced store layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aisle

By Krystan Menne, Christopher Siems, Patrick Sullivan, and Greg Kanteres

Aisle is an app that allows users to organize their shopping lists by aisles in a store.

Users can add information about new stores and add products to a list for a particular store.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

License

Copyright (c) 2016 Krystan Menne, Christopher Siems, Patrick Sullivan, and Greg Kanteres

This software is licensed under the MIT license.

About

Ember.js app that allows users to organize their shopping lists based on crowd-sourced store layouts.


Languages

Language:JavaScript 72.8%Language:HTML 17.2%Language:CSS 10.0%