parent
b47cf8261f
commit
32e0ff1423
@ -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…
Reference in new issue