"When To Water Gardner's App" creates reminders for user to water their plants
This app queries precipitation data from the national weather service based on a user provided zip code. The app also stores a database of user provided plant information such as a plant's name, amount of water a plant should get (in inches), frequency of how often a plant should get watered (in days), and the last time the plant was watered. Using the precipitation data the app will update the last time your plants watered if the rain fall was above the threshold (amount data provided by user). The app will also create notifications based on the last time the plant was watered, the frequency the plant should get watered, and the current date. (*WARNING* this app was created as part of a school project)