mirror of
https://github.com/jlengrand/simpleFoodDiary.git
synced 2026-03-10 08:41:21 +00:00
Updates README.md
This commit is contained in:
12
README.md
12
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/)
|
||||
|
||||

|
||||
[](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
|
||||
* You have to be logged in.
|
||||
|
||||
Application is using Firebase
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user