Create water-glass-count.md

pull/262/head
ishaandwivedi1234 5 years ago committed by GitHub
parent b47cf8261f
commit 32e0ff1423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save