All Projects → huytd → Pomoday V2

huytd / Pomoday V2

Licence: bsd-3-clause
A keyboard only task management web app

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Pomoday V2

Vim Simple Todo
Mappings to manage GitHub-like task lists
Stars: ✭ 137 (-72.32%)
Mutual labels:  productivity, todo
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-92.93%)
Mutual labels:  productivity, todo
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+312.53%)
Mutual labels:  productivity, todo
School
A productivity app to organize school tasks
Stars: ✭ 28 (-94.34%)
Mutual labels:  productivity, todo
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (-92.93%)
Mutual labels:  productivity, todo
Dones
Simple team task management and tracking
Stars: ✭ 62 (-87.47%)
Mutual labels:  productivity, todo
grit
Multitree-based personal task manager
Stars: ✭ 1,616 (+226.46%)
Mutual labels:  productivity, todo
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+100.2%)
Mutual labels:  productivity, todo
SimpleToDo
Task management app for Android ✔️
Stars: ✭ 104 (-78.99%)
Mutual labels:  productivity, todo
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-95.56%)
Mutual labels:  productivity, todo
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (+47.27%)
Mutual labels:  productivity, todo
Todocheck
A static code analyzer for annotated TODO comments
Stars: ✭ 322 (-34.95%)
Mutual labels:  productivity, todo
Todoman
✅ A simple, standards-based, cli todo (aka: task) manager.
Stars: ✭ 247 (-50.1%)
Mutual labels:  productivity, todo
reactodo
Multiple localStorage TODO lists, built with React
Stars: ✭ 28 (-94.34%)
Mutual labels:  productivity, todo
stack-public
A key-value based writer.
Stars: ✭ 19 (-96.16%)
Mutual labels:  productivity, todo
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+810.1%)
Mutual labels:  productivity, todo
Sublime Rails Snippets
Sublime Text snippets for the latest Ruby and Rails versions
Stars: ✭ 406 (-17.98%)
Mutual labels:  productivity
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (-12.93%)
Mutual labels:  todo
Backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
Stars: ✭ 407 (-17.78%)
Mutual labels:  todo
Mvc
A simple MVC application in plain JavaScript.
Stars: ✭ 406 (-17.98%)
Mutual labels:  todo

Be productive without leaving your keyboard

Try it online at https://pomoday.app. Don't forget to follow us on Twitter @pomoday_app.



What is Pomoday?

Pomoday is an easy to use, yet powerful and flexible web-based task management software that you can use with just a keyboard.

It's flexible and doesn't tie with any productivity methodologies, that means, you can customize and use it in anyway you want, try implementing yourself a GTD or Kanban or Pomodoro workflow with it.

Features

  1. Task management (of course)
  2. Keyboard only workflow
  3. Built-in time tracker
  4. Activities log to get an overview on how you spent your day
  5. Dark mode
  6. (A lot coming...)

Usage and Installation

There are two ways to use Pomoday:

Online version

You can use the online version at https://pomoday.app

Self-hosted version

Please make sure you have node and npm installed on your machine.

To host Pomoday locally or on your own server:

  1. Clone this repository
git clone https://github.com/huytd/pomoday-v2
  1. Install the dependencies
npm install
  1. Build
npm run dist
  1. Now you can deploy the dist folder anywhere, just like a static web page

It's recomended to deploy it to now.sh, because it's easy:

$ cd dist
$ now

Development

To run it locally during development, use:

npm run dev

Docker

This repo includes a Dockerfile and a docker-compose.yml to easily run the project in a container. Just run the following two commands to build the container image and start it up:

$ docker-compose build
$ docker-compose up -d

Syncing across devices

To sync the data across devices, you'll need to implement your own backend, please see Backend API Specification for the details.

To use https://pomoday.app with your own backend, there's a login command in the app, you'll be able to put your backend API URL there.

Similar Projects

  • taskbook: This is an awesome task management application that actually works, and works very well for everyone who likes to live in a command line. Pomoday was also heavily inspired by Taskbook, as you can see from the UI and the keyboard-only command interfaces.

Backers and Sponsors

I would like to give a special thanks to all of the advisors and backers who sponsored this project since day-zero.

imhuyqn ledongthuc trungfinity thaod mquy quannt dvkndn

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

Pomoday is published under BSD 3-Clause license.

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].