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