From 32e0ff1423a3b7b83e9fd2328ddc91ce8d5d4725 Mon Sep 17 00:00:00 2001 From: ishaandwivedi1234 <50709505+ishaandwivedi1234@users.noreply.github.com> Date: Sun, 4 Oct 2020 22:13:23 +0530 Subject: [PATCH] Create water-glass-count.md --- Projects/1-Beginner/water-glass-counter.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/water-glass-counter.md diff --git a/Projects/1-Beginner/water-glass-counter.md b/Projects/1-Beginner/water-glass-counter.md new file mode 100644 index 00000000..a14ce5d5 --- /dev/null +++ b/Projects/1-Beginner/water-glass-counter.md @@ -0,0 +1,26 @@ +# Water Glass Counter + +**Tier:** 1-Beginner + +Water glass counter app counts the glass of water one has consumed over period of 24 hrs. +Answer the following questions: + +- "It can help the user to maintain their minimum water intake" +- "No extra resource needed, just an if else statement and basic programming is enough" - If yes, be sure to add it. + +## User Stories + +- [ ] User can increase counter of glasses using a simple button +- [ ] User can user shared prefrences to store the result , so that no database is required +- etc... + +## Bonus features + +- [ ] User can change background color to what they want +- [ ] User can switch between light and dark modes +- etc... + +## Useful links and resources + + +## Example projects