Stay hydrated with style.
WaterCat is a sleek and simple mobile app that helps you track your daily water intake.
- ✨ Features
- 📥 Cloning the Repository
- 🔧 Building the Project
- 🚀 Running Locally
- 🤝 Contributing
- 🛠️ Support
- 📎 Appendix
- 🚰 Track Daily Water Intake – Log each glass and keep your hydration on point.
- ⚖️ Choosable Units (ml or oz) – Prefer ounces over milliliters? You decide!
- 📊 Weekly Progress Visualization – See how your hydration habits stack up over the week.
- 📱 Cross-Platform – Built with .NET MAUI to support both Android and iOS.
- 🎯 Customizable Goals – Set your own daily water intake target.
- 🐾 Cute, Minimal UI – A cat-themed design that’s both aesthetic and functional.
Clone the repo using your preferred Git client (like Tower or GitKraken) or via the command line:
$ git clone https://github.com/pazurkota/watercat.git
- Install .NET 8.0 SDK
- Install .NET MAUI workload:
dotnet workload install maui
- Verify and install missing components with
maui-check:
dotnet tool install -g redth.net.MAUI.check
maui-check
- Build the project:
dotnet build
- Make sure you have properly configured emulator:
- Run the project:
# For Android
dotnet build -t:Run -f net8.0-android
# For iOS
dotnet build -t:Run -f net8.0-ios - Make sure you have properly configured device:
- Run the project:
# For Android
dotnet build -t:Run -f net8.0-android
# For iOS
dotnet build -t:Run -f net8.0-ios Pull requests are always welcome! For larger changes, consider opening an issue first to discuss your ideas.
Found a bug? Have a feature request? Please open a new issue and include:
- Type of issue (e.g. bug, enhancement)
- Target platform (Android or iOS)
- Detailed description
- Repro steps (for bugs)
Your feedback helps make WaterCat better for everyone!
Water fill image has been generated by AI
