Skip to content

Simple mobile app to remind you about drinking water

License

Notifications You must be signed in to change notification settings

pazurkota/watercat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐈 WaterCat

A simple and cool mobile app to track water drinking!

LICENSE VERSION



Table of Contents


Cloning Repository

To clone repository, use Git clients like Tower or GitKraken, or type:

$ git clone https://github.com/pazurkota/watercat.git

Building 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

Run Locally

If using Android or iOS 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

If 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 major changes, please open an issue first to discuss what you would like to change.


Support

If you encounter any bug, have any idea, or have similar issue, open issue first and describe your problem.

In issues form:

  • Describe, what kind of problem is it (e.g: bug or feature request)
  • Describe target platform (Android or iOS)
  • Describe problem more precisely
  • If it's a bug, show steps on how to replicate it

Appendix

The banner at the top of the app has been generated by Artificial Intelligence (AI)

About

Simple mobile app to remind you about drinking water

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages