diff --git a/README.md b/README.md index 6dfaf07..3f90b18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Simple Food Diary -Byte sized diray, where you indicate what you just had to drink or eat. +[Live demo](https://simplefooddiary.netlify.app/) + +![Node CI](https://github.com/jlengrand/simpleFoodDiary/workflows/Node%20CI/badge.svg?branch=master) +[![Netlify Status](https://api.netlify.com/api/v1/badges/59f4062b-916d-463e-8b63-f50cdbc64f3e/deploy-status)](https://app.netlify.com/sites/simplefooddiary/deploys) + + +Byte sized diary, where you indicate what you just had to drink or eat. A single entry will record : @@ -13,4 +19,6 @@ A single entry will record : * Alcohol * Possibly a photo? -* You have to be logged in \ No newline at end of file +* You have to be logged in. + +Application is using Firebase \ No newline at end of file diff --git a/src/Main.elm b/src/Main.elm index ef2e6a0..f2c2374 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -3,7 +3,7 @@ module Main exposing (..) import Browser import Flip import Html exposing (Html, button, div, h1, img, text) -import Html.Attributes exposing (height, src, width) +import Html.Attributes exposing (height, id, src, width) import Html.Events exposing (onClick) import Json.Decode import Json.Decode.Pipeline