Made with val writer

With prompt

The app is just a simple plant watering app. 
Had a bunch of plants with different watering schedules. 
I want to be able to add new plants. 
I want to open the app and mark a plant as watered. 
I want to track all watering events. 
Store only a `waterings` table where the plant name is a string.

Migrated from folder: Archive/plants