https://github.com/warioddly/days
Days is a mobile app that tracks how many days have passed and reminds you that every day matters — because a year has so few of them.
https://github.com/warioddly/days
android dart flutter ios macos web windows
Last synced: 3 months ago
JSON representation
Days is a mobile app that tracks how many days have passed and reminds you that every day matters — because a year has so few of them.
- Host: GitHub
- URL: https://github.com/warioddly/days
- Owner: warioddly
- License: gpl-3.0
- Created: 2025-01-18T16:28:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T10:07:54.000Z (3 months ago)
- Last Synced: 2025-03-13T11:22:48.923Z (3 months ago)
- Topics: android, dart, flutter, ios, macos, web, windows
- Language: Dart
- Homepage: https://warioddly.github.io/days/
- Size: 13.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Days
![]()
> **Days** is a mobile app that tracks how many days have passed and reminds you that every day matters — because a year has so few of them.
## 📽 Demo
https://github.com/user-attachments/assets/7af072e7-af94-4e56-8187-95fb83a7d50f
## 🚀 Features
- Track the number of days passed
- Daily reminders to appreciate each day
- Beautiful and intuitive UI
- Cross-platform support (iOS | Android | Web | MacOS | Windows)
- Lightweight and fast## 🛠 Installation & Setup
### Prerequisites
- Flutter installed ([Get Flutter](https://flutter.dev/docs/get-started/install))
- Dart SDK
- Android Studio/Xcode (for emulators or physical devices)### Clone the Repository
```sh
git clone https://github.com/warioddly/days.git
cd days
```### Install Dependencies
```sh
flutter pub get
```### Run the App
```sh
flutter run
```### Build for Release
#### Android
```sh
flutter build apk --release
```
#### iOS
```sh
flutter build ios --release
```## 🤝 Contributing
We welcome contributions! Feel free to open issues or submit pull requests.## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## 📬 Contact
For any inquiries, reach out at [Telegram](https://t.me/warioddly) or open an issue on GitHub.