An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: tasks-manager

N7ghtm4r3/Pandoro-WebApp

Self-hosted management software useful in managing your personal projects and group projects

Language: HTML - Size: 13.5 MB - Last synced at: 4 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

DankLabDev/taskflows

Python Task Management, Scheduling, and Alerting.

Language: Python - Size: 361 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

aiurda/cursor10x

Cursor10x is a comprehensive suite of tools that enhances the A.I. agent's capabilities within the Cursor IDE, providing persistent memory across sessions, standardized task management, and enforced best practices through cursor rules.

Size: 525 KB - Last synced at: about 23 hours ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 3

ssdeanx/branch-thinking-mcp

Branch-Thinking MCP Tool A TypeScript-powered MCP server for managing parallel branches of thought, semantic cross-references, and persistent tasks. Features dynamic scoring, AI-generated insights, batch operations, and visual graph navigation for advanced agentic workflows.

Language: TypeScript - Size: 129 KB - Last synced at: 12 days ago - Pushed at: 2 months ago - Stars: 6 - Forks: 4

N7ghtm4r3/Pandoro-Clients

Create, develop and publish your projects with Pandoro android version!

Language: Kotlin - Size: 3.28 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Nighty3098/CodeKeeper

👻 Project and task manager for developers with Git.

Language: C++ - Size: 121 MB - Last synced at: 14 days ago - Pushed at: 6 months ago - Stars: 26 - Forks: 3

KaushalVasava/Tasks

It is a tasks & todo list application using Kotlin, Jetpack Compose, Flow, MVVM, Coroutines, Room database and dependency injection using Dagger-Hilt.

Language: Kotlin - Size: 3.44 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 71 - Forks: 13

HynDuf/tasks-go-clean-architecture

A Tasks Management REST API written in Go using Clean Architecture

Language: Go - Size: 188 KB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

codershiyar/task-planner

Task Manager/Planner (To Do List Project in React) is a simple and user-friendly web application that allows users to manage their tasks and to-do lists efficiently. With this intuitive tool, users can add new tasks, mark existing tasks as completed or incomplete, and remove tasks when they are finished.

Language: HTML - Size: 646 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

Vanilla-OS/vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.

Language: Go - Size: 4.99 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 34 - Forks: 15

marriagav/taskchamp

Taskwarrior iOS interface app

Language: Swift - Size: 7.93 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

encoreshao/quote-master

Quote Master: Gitlab, Bookmarks and Extensions, Downloads and Customized Links can be accessed from the Default Newtab page.

Language: TypeScript - Size: 15.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

mo7amedaliEbaid/tasks-riverpod-clean-arch

flutter multi platform tasks 'todo' app - clean architecture template - riverpod state management- unit testing

Language: JavaScript - Size: 6.53 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 14 - Forks: 6

marriagav/taskchamp-docs

Taskwarrior iOS app

Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 31 - Forks: 2

mo7amedaliEbaid/tasks_manager

Beautiful Flutter tasks manager app

Language: Dart - Size: 1.47 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 1

ori88c/delayed-async-tasks-manager

A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.

Language: TypeScript - Size: 56.6 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

T-Kalv/To-Do-List-App

A To Do List App made in Haskell

Language: Haskell - Size: 2.11 MB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pronamic/wp-orbis-tasks

The Orbis Tasks plugin extends your Orbis environment with the option to add tasks and connect them to Orbis projects.

Language: PHP - Size: 3.15 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 1

rahijamil/kakrola

Tasks. Messages. Docs. Simplify your workflow and collaborate with ease. Achieve more with less effort.

Language: TypeScript - Size: 15.8 MB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

amanyadav-work/task-app

A task listing app where we can add to-do-tasks easily. It also allows us to add, remove, or modify tasks for specific dates

Language: JavaScript - Size: 44.9 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

webmatze/vue-bullet-journal

Created with CodeSandbox

Language: JavaScript - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

Viniddev/Automation_Using_Python

Nesse repositorio adicionei algumas automações simples que me auxiliaram em algumas tarefas corriqueiras. Uso majoritariamente python para realizar essas tarefas por sua simplicidade de escrita e estruturação

Language: Python - Size: 10.7 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

dvdn/Kanbasks

Minimalist tasks manager

Language: PHP - Size: 66.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ori88c/starvation-free-priority-queue

An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority tasks.

Language: TypeScript - Size: 48.8 KB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

doczi-dominik/tx

Minimalistic tasks for CLI - with useful extras!

Language: Go - Size: 51.8 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mohamedezzeldeenhassanmohamed/Real-Time-Scheduling-App

Here is an app simulates real-time OS scheduling algorithms where Real-time operating systems (RTOS) are designed to handle tasks that require precise timing and high reliability.

Language: Kotlin - Size: 322 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Fleker/ethereal-tasks

Get the right task at the right moment, anywhere

Language: TypeScript - Size: 2.6 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

AlexanderO07/lonestar

Task Prioritization Assistant (AI-powered To-Do List)

Language: TypeScript - Size: 1.2 MB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

sondosaabed/Taskaty

👩🏽‍🏫Taskaty is your go-to simple task managmnet mobile app. Your tool for effortlessly organainzg tasks. 👩🏽‍🏫

Language: Java - Size: 341 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 0

zermus/PHP-ToDo

PHP To Do task manager

Language: PHP - Size: 230 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

rkstudio585/todo-list-python

A simple Python To-Do List application with an SQLite backend. It lets you add, view, and delete tasks via a command-line interface. Tasks are stored persistently in an SQLite database, ensuring they are saved between sessions for reliable task management.

Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

alirioi/task-manager-project

Proyecto del Curso de JavaScript: Manipulación del DOM de Platzi.

Language: JavaScript - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

sytone/obsidian-tasks-x

Task management for the Obsidian knowledge base.

Language: TypeScript - Size: 9.47 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 3

morington/taskorbit

Asynchronous framework for managing asynchronous execution of independent tasks

Language: Python - Size: 211 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

KevyDev/taskies

Set tasks and complete them, again!

Language: JavaScript - Size: 161 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

artemchs/TasksFlow

TasksFlow - a light & efficient task management system. Create customizable folders to group & organize your tasks. Stay focused & productive!

Language: TypeScript - Size: 155 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

afmurillo97/crud-laravel

In my early development career, I built a robust Task Manager Application using Laravel, designed to streamline the process of managing tasks efficiently. This application showcases my foundational skills in web development, particularly with Laravel, and demonstrates my ability to create, read, update, and delete (CRUD) functionalities.

Language: PHP - Size: 398 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jonatandb/task-crud-django-rest-framework-nextjs

Django Rest Framework + NextJS - Tasks CRUD

Language: Python - Size: 884 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kmetovafrede/todoapp

simple to-do list organizer

Language: Python - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

OmarKhouya/task-manger-mern-basic-crud

The Task Manager Application is a full-stack web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to efficiently manage their tasks, providing features for task creation, updating, deletion, and monitoring.

Language: JavaScript - Size: 3.11 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

anishVermaIsHere/taskmanager

Task Manager

Language: HTML - Size: 47.9 KB - Last synced at: 30 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

wjsc/async-functions-pool

Minimal Async Tasks Pool Manager

Language: JavaScript - Size: 45.9 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

toastdevv/taskit

Cool beans task manager

Language: TypeScript - Size: 158 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

tokhy1/JS_ToDo_List_App

This is a simple and intuitive todo list application built using JavaScript. Keep track of your tasks, set priorities, and stay organized with this easy-to-use web app.

Language: CSS - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ForLoopCodes/Ketchup

⭐️⭐️⭐️⭐️⭐️ Your future everyday-stress manager! Timer, todo, tally-counter, mood tracker, clock, password manager, expenses tracker, YouTube, in-app fun, and much more!

Language: JavaScript - Size: 3.07 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

phurhard/geoalert

A tasks scheduler that inculcates the location of the user. Swagger docs available at

Language: Python - Size: 544 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KevyDev/ToDoList

Set tasks and complete them!

Language: TypeScript - Size: 134 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LionelROLLAND/colocatron

Utility to manage your coloc organization : distribute different tasks to the different colocs on a weekly basis.

Language: Python - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shafiq-ahmad/Dubai-Simple-Task-Manager-Arabic-English

Task manager used to create companies, assigned them projects, and monitor progress (task).

Language: JavaScript - Size: 37.4 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

grqphical/task-rabbit

A multiplatform GNU make clone

Language: Rust - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lightningRalf/TaskSolvers

TaskSolvers Inspired by Yohei's multiple AI instance taskmanagementsystem

Language: Python - Size: 69.3 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

recleun/pylister

A tool to help in managing your tasks for projects.

Language: Python - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

majmuea/app.majmuea.com

majmuea official web app.

Language: JavaScript - Size: 77.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

GaecKo/TDQuicker

TDQuicker is a simple note taking app allowing you to always have a look on your tasks, the easier way possible.

Language: Python - Size: 36.8 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

Carril-fol/tasks-management

Web application for tasks

Language: Python - Size: 2.16 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

wdmg/yii2-tasks

Task manager for Yii2

Language: PHP - Size: 862 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 3

ramiroquesada/To-Do-List

A Task Scheduler App

Language: JavaScript - Size: 740 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

myogh/issue-tracker

A simple project planning app.

Language: JavaScript - Size: 1.93 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Chawki-Mbarki/Todo

This to-do list project is a simple and practical app that helps you organize your tasks and get things done. You can easily add new tasks, mark them as completed or delete them with a click. You can also drag and drop the tasks to reorder them according to your priority or preference.

Language: JavaScript - Size: 3 MB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

marussiakuz/ru.javarush.kuznetsova.todo

web app using Spring Framework and Spring Security for task management

Size: 508 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mrK-infosec/KanBan-Board

A kanban board is an agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow).

Language: JavaScript - Size: 1.49 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

eduardocruzpalacios/tasks-manager-java-mysql-connector

Task manager console application built with JDK 11.0.12, MySQL & MySQL connector.

Language: Java - Size: 71.3 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Thophile/Deskapp 📦

DeskApp is a desktop application that includes useful features like a tasks manager and a watchlist , learn more in the readme !

Language: JavaScript - Size: 1.47 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

TomBirbeck/homework-helper-backend

Backend that supports a task tracking app

Language: JavaScript - Size: 9.24 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RaayNoff/todo__list

⚡Web application that helps you organize your to-do list.

Language: TypeScript - Size: 7.57 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

EstebanSalazar-27/TaskManager

Language: TypeScript - Size: 303 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

chisombiri/tasks-manager

Fully functional Tasks Manager web app with good user experience and the ability to Add, Edit and Delete tasks upon being completed(all saved to local storage). Built With React and its hooks.

Language: JavaScript - Size: 312 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MarcoBramini/task-manager

An app to manage your tasks

Language: JavaScript - Size: 231 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Kijibr/gerenciador-de-tarefas

Gerenciador de tarefas com temporizador para cada atividade feito em React com Sass

Language: TypeScript - Size: 292 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tlacuilose/doing

A command line tool that manages tasks to be done and completed.

Language: Go - Size: 1.09 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

DeanPDX/toiler

A Preact task list app, mainly for the purposes of learning Preact.

Language: Go - Size: 656 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jol79/Nessues

Web-platform for collective or private tasks manager. This is my final year university project

Language: Python - Size: 4.22 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

marcos-araujo/springmvc-tasks

Spring MVC sample project

Language: Java - Size: 358 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

guigui64/tasks-juggler

A React App for managing tasks

Language: TypeScript - Size: 2.62 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

acyg2212/task-manager

A Node.js task-app API.

Language: JavaScript - Size: 375 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

m-naim/Sodo

web app, for personel tasks management.

Language: TypeScript - Size: 4.45 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

carlosdaniiel07/tasks

Aplicação mobile para gerenciamento de tarefas. Projeto desenvolvido durante o curso de React Native, da COD3R

Language: JavaScript - Size: 5.66 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

carlosdaniiel07/tasks-back-end

Back-end escrito em NodeJS para a aplicação mobile Tasks (https://github.com/carlosdaniiel07/tasks)

Language: JavaScript - Size: 696 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

selivan/cron-failover

Fault-tolerant running commands on dedicated server using locks in Redis.

Language: Python - Size: 76.2 KB - Last synced at: 1 day ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

eltonlazzarin/todo-list

Simple ToDo List build in Flutter

Language: Dart - Size: 1.52 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

elkaRD/bestHackathon2019

Android app created during 4th edition of BEST Hacking League in Warsaw. Main topic - Communication.

Language: Java - Size: 200 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

guigui64/MTasks

C++ tasks manager program

Language: C++ - Size: 54.7 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0