An open API service indexing awesome lists of open source software.

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.

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.