Skip to content

pazurkota/watercat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐈 WaterCat

Stay hydrated with style.

WaterCat is a sleek and simple mobile app that helps you track your daily water intake.

LICENSE VERSION



📚 Table of Contents


✨ Features

  • 🚰 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.

📥 Cloning the Repository

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

🔧 Building the Project

  1. Install .NET 8.0 SDK
  2. Install .NET MAUI workload:
dotnet workload install maui
  1. Verify and install missing components with maui-check:
dotnet tool install -g redth.net.MAUI.check
maui-check
  1. Build the project:
dotnet build

🚀 Running Locally

🧪 Using an Emulator:

  1. Make sure you have properly configured emulator:
  2. Run the project:
# For Android
dotnet build -t:Run -f net8.0-android

# For iOS
dotnet build -t:Run -f net8.0-ios 

📱 Using physical device:

  1. Make sure you have properly configured device:
  2. Run the project:
# For Android
dotnet build -t:Run -f net8.0-android

# For iOS
dotnet build -t:Run -f net8.0-ios 

🤝 Contributing

Pull requests are always welcome! For larger changes, consider opening an issue first to discuss your ideas.


🛠️ Support

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!


📎 Appendix

Water fill image has been generated by AI

About

Simple mobile app to remind you about drinking water

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages