jasminecain / fabric-much-app

Fabric Inventory Tracking App

Home Page:https://fabric-much.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FabricMuch

This project is built with AngularJS using components and UI Router.

Description:

Fabric Much is an app built for crafters to track their fabric inventory to help avoid purchasing duplicates. User can input the fabric bolt's information: barcode, fabric name, price, quantity, type and store. This will help prevent multiple purchases and let users know their current inventory and how much they have. Essentially it could be used for any craft hobby or supplies.

Prerequisites

  • Node v6.11.0
  • NPM >= v5.3.0

Spin up

npm install
http -server
grunt

Staging

You'll need a server to run FabricMuch in your browser, if you don't have one installed, http-server is a quick option.

npm install --save http-server

Then open a new terminal tab and run:

hs -o

This app also needs the FabricMuch API in order for it to run.

About

Fabric Inventory Tracking App

https://fabric-much.firebaseapp.com/


Languages

Language:JavaScript 50.2%Language:HTML 44.6%Language:CSS 5.2%