Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winsdominoes/datecalculator
Date Calculator Website
https://github.com/winsdominoes/datecalculator
Last synced: 6 days ago
JSON representation
Date Calculator Website
- Host: GitHub
- URL: https://github.com/winsdominoes/datecalculator
- Owner: WinsDominoes
- License: agpl-3.0
- Created: 2024-02-17T01:24:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T02:54:42.000Z (9 months ago)
- Last Synced: 2024-02-18T02:37:28.919Z (9 months ago)
- Language: SCSS
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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://dateapp.winscloud.net](https://dateapp.winscloud.net)## Build
- Install [Flutter](https://docs.flutter.dev/get-started/install)
- Clone repository `git clone https://git.winscloud.net/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://git.winscloud.net/winsdominoes) Developer
- [AtiusAmy (Amy)](https://github.com/AtiusAmy) - Research & Development / Quality Control