diff --git a/.history/README_20240217085327.md b/.history/README_20240217085327.md new file mode 100644 index 0000000..319baaa --- /dev/null +++ b/.history/README_20240217085327.md @@ -0,0 +1,3 @@ +# datecalculator + +Date Calculator Website \ No newline at end of file diff --git a/.history/README_20240217085402.md b/.history/README_20240217085402.md new file mode 100644 index 0000000..372da71 --- /dev/null +++ b/.history/README_20240217085402.md @@ -0,0 +1,51 @@ +
+ Date Calculator Logo +

+
+ +# Date Calculator +App for calculating anything related to dates + +## Features +- Simple to use! +- Fast and responsive. +- Calculate differences between dates, with months, years, and weeks given. +- Find which day is a certain amount of dates away. +- Compatible with dynamic color themes. +- Open Source and ad-free. + +## Installation +### Android +Check out `app-release.apk` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/) +### Windows +Check out `dateapp-windows-x86_64-setup.exe ` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page. +### MacOS +Check out ` +dateapp-macos-universal.dmg` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page. +### Linux + +#### tar.gz +Check out `dateapp-linux-x64.tar.gz ` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page or `dateapp-linux-arm64.tar.gz` at the same place. + +#### Flatpak +Check out Amy's [https://github.com/AtiusAmy/net.winscloud.DateCalculator](https://github.com/AtiusAmy/net.winscloud.DateCalculator) for Flatpak version. + +### Web +Check out [https://datecalculator.winscloud.net](https://datecalculator.winscloud.net) + +## Build +- Install [Flutter](https://docs.flutter.dev/get-started/install) +- Clone repository `git clone https://github.com/WinsDominoes/dateapp.git` +- Install required dependencies `flutter pub get` +- Run one of these commands for platforms + +| Platform | Command | +|----------------|-------------------------| +| Android | `flutter build apk` | +| Windows | `flutter build windows` | +| Linux (x86_64) | `flutter build linux` | +| MacOS | `flutter build macos` | + +## Credits +- [WinsDominoes (Win)](https://github.com/WinsDominoes) - Developer +- [AtiusAmy (Amy)](https://github.com/AtiusAmy) - Research & Development / Quality Control diff --git a/README.md b/README.md index 319baaa..372da71 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,51 @@ -# datecalculator +
+ Date Calculator Logo +

+
-Date Calculator Website \ No newline at end of file +# Date Calculator +App for calculating anything related to dates + +## Features +- Simple to use! +- Fast and responsive. +- Calculate differences between dates, with months, years, and weeks given. +- Find which day is a certain amount of dates away. +- Compatible with dynamic color themes. +- Open Source and ad-free. + +## Installation +### Android +Check out `app-release.apk` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/) +### Windows +Check out `dateapp-windows-x86_64-setup.exe ` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page. +### MacOS +Check out ` +dateapp-macos-universal.dmg` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page. +### Linux + +#### tar.gz +Check out `dateapp-linux-x64.tar.gz ` over at the [GitHub Releases](https://github.com/WinsDominoes/dateapp/releases/) page or `dateapp-linux-arm64.tar.gz` at the same place. + +#### Flatpak +Check out Amy's [https://github.com/AtiusAmy/net.winscloud.DateCalculator](https://github.com/AtiusAmy/net.winscloud.DateCalculator) for Flatpak version. + +### Web +Check out [https://datecalculator.winscloud.net](https://datecalculator.winscloud.net) + +## Build +- Install [Flutter](https://docs.flutter.dev/get-started/install) +- Clone repository `git clone https://github.com/WinsDominoes/dateapp.git` +- Install required dependencies `flutter pub get` +- Run one of these commands for platforms + +| Platform | Command | +|----------------|-------------------------| +| Android | `flutter build apk` | +| Windows | `flutter build windows` | +| Linux (x86_64) | `flutter build linux` | +| MacOS | `flutter build macos` | + +## Credits +- [WinsDominoes (Win)](https://github.com/WinsDominoes) - Developer +- [AtiusAmy (Amy)](https://github.com/AtiusAmy) - Research & Development / Quality Control diff --git a/assets/app_icons/icon.png b/assets/app_icons/icon.png new file mode 100644 index 0000000..7dc46d7 Binary files /dev/null and b/assets/app_icons/icon.png differ