https://github.com/spageektti/taskrpg
https://github.com/spageektti/taskrpg
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spageektti/taskrpg
- Owner: spageektti
- License: gpl-3.0
- Created: 2024-04-06T18:24:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T17:56:27.000Z (3 months ago)
- Last Synced: 2025-02-02T18:32:16.399Z (3 months ago)
- Homepage: https://taskrpg.spageektti.cc/
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

TaskRPG
Manage your tasks in a gamified way.
# TaskRPG 🎮📝
TaskRPG is a Flutter-based Android app that transforms your daily task management into a fun and engaging role-playing game. Level up, earn rewards, and stay productive as you conquer your to-do list!
> [!WARNING]
> This project has been abandoned, and there are no plans to publish the code or binaries in the near future. Thank you for your interest.## Features ✨
- Gamify your task management experience.
- Create, edit, and delete tasks with ease.
- Earn points and rewards for completing tasks.
- Track your progress and set goals.
- Beautiful and intuitive UI designed with Flutter.## Get TaskRPG 📲
[](https://f-droid.org/en/packages/cc.spageektti.taskrpg)
[](https://github.com/spageektti/taskrpg/releases)## Usage Instructions 📖
For usage instructions and documentation, visit our [TaskRPG Documentation](http://taskrpg.spageektti.cc/docs).
## Developer Instructions 🛠️
To set up TaskRPG for development, follow these steps:
### Prerequisites
- Flutter SDK: [Install Flutter](https://flutter.dev/docs/get-started/install)
- Visual Studio Code, Android Studio, or another IDE with Flutter support. I use Codium.### Building the Project
1. **Clone the repository:**
```bash
git clone https://github.com/spageektti/taskrpg.git
cd taskrpg
```2. **Install dependencies:**
```bash
flutter pub get
```3. **Run the app:**
```bash
flutter run
```### Additional Commands
- **Build APK:**
```bash
flutter build apk
```- **Run tests:**
```bash
flutter test
```---
Enjoy managing your tasks with TaskRPG! Feel free to open an issue on GitHub if you have any questions or problems.
👾 Happy tasking! 👾