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

https://github.com/spageektti/taskrpg


https://github.com/spageektti/taskrpg

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

![banner](https://github.com/spageektti/taskrpg/blob/main/img/banner.png?raw=true)

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 📲

[![Get it from F-Droid](https://img.shields.io/badge/Get%20it%20from-F--Droid-blue)](https://f-droid.org/en/packages/cc.spageektti.taskrpg)
[![Get it from GitHub](https://img.shields.io/badge/Get%20it%20from-GitHub-green)](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! 👾