Updates README.md

This commit is contained in:
Julien Lengrand-Lambert
2020-04-18 16:58:28 +02:00
parent dc5c78f685
commit a1843021b8
2 changed files with 11 additions and 3 deletions

View File

@@ -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
* You have to be logged in.
Application is using Firebase

View File

@@ -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