UWP Plant Health Log
Windows app made to track health progress of plants and make health projections
Colleagues were Alex Feng and Adam Graneto
This application project was made to help provide insights about the health of plants that a user has, by reading the weather and taking in user-provided health checkups. Beyond estimating the health of the plant, the app also provides a forecast of the plants health and charts of the weather that the plant has experienced in the past. An example of this is the rainfall chart, which provides intuitive insight to a user who is wondering whether they should water their plants.
The project was developed with the Universal Windows Platform, C# code, weather APIs, AWS, and some NuGet Packages. The project lasted almost 3 months.
Using C#, I developed the user-friendly graphics and logic based on plant progress. I also Developed the logic behind the health projections based on the weather data. I parsed the Weather API results and stores the data for each user that is created in the application. The login feature was developed by me as well, and it is shown in the first demo video linked above.
The result of this project was an great introduction to the asp.net platform and using Microsoft's UWP technology in a real-world application development scenario.