mblarsen / elm-fire-grocery

Simple Elm grocery list app with Firebase backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED: This is no longer maintained and will not be updated from 0.18

Simple Grocery List in Elm and Firebase

This is a tiny project with the sole purpose of learning Elm.

Working demo: https://groceries.codeboutique.com

Functionality:

  • Items
    • Add
    • Mark as purchased
    • Unmark
    • Mark shopping complete (archive all)
    • Reuse archived items
    • Delete
  • Lists
    • Create
    • Switch
    • Delete
  • Hook up to Firebase
  • Mobile friendly

Getting started

Install:

yarn

Build:

yarn build

Develop

Be sure to configure your firebase database in config.js. Copy config.example.js to get started.

yarn dev

Deploy

yarn deploy

About

Simple Elm grocery list app with Firebase backend


Languages

Language:HTML 94.0%Language:Elm 5.1%Language:JavaScript 0.6%Language:CSS 0.3%Language:Shell 0.0%