This is a virtual pet application which aims to showcase the cross-platform capabilities of C# and Xamarin Forms
- Install Visual Studio Community and xamarin forms
- Clone the repository
-
Open Project in Visual Studio
-
Once open, tap the menu in the top right and ensure you create two plants before proceeding.
Here are the core features and functionality
- Creating your own plant multiple times
- Watering the plant
- Giving it sunlight
- Writing Notes to your plant
- The plants health in negatively impacted if it is given too much water and sunlight, as well as writing too many positive or negative notes.
C# Microsofts Xamarin Forms
- SkiaSharp - GitHub
- CardsView by Andrei Misiukevich
- SQLite Nuget Package
Pretty much everyone is smarter than me - I'm sure I could use your help
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Daniel Sivewright - Front End, Code Behond & Unit Testing - DanSivewright
This project is licensed under the MIT License - see the LICENSE.md file for details