All Projects → hand-dot → taskontable

hand-dot / taskontable

Licence: GPL-3.0 License
Taskontable is To-Do List & Time keeper on Spreadsheet.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to taskontable

Unfog
⏱ Minimalist CLI task & time manager, written in Haskell.
Stars: ✭ 121 (+764.29%)
Mutual labels:  time-tracker, task-manager
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (+335.71%)
Mutual labels:  time-tracker, task-manager
Vim Bujo
A minimalist task manager for vim.
Stars: ✭ 136 (+871.43%)
Mutual labels:  todolist, task-manager
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+32078.57%)
Mutual labels:  time-tracker, task-manager
Ecno
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
Stars: ✭ 92 (+557.14%)
Mutual labels:  todolist, task-manager
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+1414.29%)
Mutual labels:  todolist, task-manager
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (+28.57%)
Mutual labels:  todolist, task-manager
reflow
A light-weight lock-free series/parallel combined scheduling framework for tasks. The goal is to maximize parallelism in order to minimize the execution time overall.
Stars: ✭ 23 (+64.29%)
Mutual labels:  task-manager
Latte
Automatic time tracker for Linux
Stars: ✭ 29 (+107.14%)
Mutual labels:  time-tracker
routinger
Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
Stars: ✭ 14 (+0%)
Mutual labels:  task-manager
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (+42.86%)
Mutual labels:  time-tracker
stack-public
A key-value based writer.
Stars: ✭ 19 (+35.71%)
Mutual labels:  task-manager
WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (+242.86%)
Mutual labels:  task-manager
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+235.71%)
Mutual labels:  todolist
FirefoxTaskMonitor
Show CPU & memory bar, per tab and all tasks. Firefox userChrome script. 🛠️📊
Stars: ✭ 16 (+14.29%)
Mutual labels:  task-manager
ToDo-App
Manage your chores with this ToDo-App in Swift
Stars: ✭ 27 (+92.86%)
Mutual labels:  todolist
Task
No description or website provided.
Stars: ✭ 14 (+0%)
Mutual labels:  task-manager
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (+28.57%)
Mutual labels:  todolist
celery.node
Celery task queue client/worker for nodejs
Stars: ✭ 164 (+1071.43%)
Mutual labels:  task-manager
PlaceTracking
Simple and free to use API for time and location tracking
Stars: ✭ 21 (+50%)
Mutual labels:  time-tracker

Build Status
Greenkeeper badge
ogp

Taskontable is To-Do List & Time keeper on Spreadsheet.

https://taskontable.com/

At the moment, while considering the development of desktop version · mobile version application,
It exposes the Web version as a beta version.

Architecture

Run App.

1.Repository clone and library download

$ git clone https://github.com/hand-dot/taskontable.git
$ cd taskontable
$ npm install

2.Fill in the setting files

There is a setting file in src/.
firebase.js(Firebase), ga.js(GoogleAnalytics), sentry.js(Sentry)
Please enter account information in the above file  Click here for other services you see

3.Launch app on taskontable directory

$ npm run web

4.This is optional(Do not commit the configuration files).

$ git update-index --skip-worktree src/configs/firebase.js
$ git update-index --skip-worktree src/configs/ga.js
$ git update-index --skip-worktree src/configs/sentry.js
$ git update-index --skip-worktree src/configs/sendgrid.js
$ git update-index --skip-worktree src/configs/cloudmessaging.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].