https://github.com/markmur/what-todo
https://what-todo.app
https://github.com/markmur/what-todo
productivity todo
Last synced: 8 days ago
JSON representation
https://what-todo.app
- Host: GitHub
- URL: https://github.com/markmur/what-todo
- Owner: markmur
- Created: 2021-02-10T20:59:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T11:24:39.000Z (6 months ago)
- Last Synced: 2025-04-06T21:05:26.188Z (about 1 month ago)
- Topics: productivity, todo
- Language: TypeScript
- Homepage: https://what-todo.app
- Size: 4.17 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What Todo
"What Todo" is a Chrome Extension to replace your "New Tab" page with a todo list experience.
[Install via Chrome WebStore](https://chrome.google.com/webstore/detail/what-todo/plicihhfbemkmlkclkifeeepocjiogcg)
### Features
- **Privacy**: your data is stored in Chrome local storage _only_. It's never sent over the network.
- Tasks from today move to yesterday automatically at 12am.
- Use labels to sort, filter and manage your tasks.
- Use the notes section to manage your notes for the past 6 days + tomorrow.
---
### Development
```sh
# Install dependencies
yarn install# Run app in development mode
yarn dev
```#### Load extension in Chrome
1. Go to chrome://extensions
2. Click "Load unpacked" (top left of the page)
3. Choose the `what-todo/dist` folder
4. Open a new tab---
### Releasing
#### 1. Bump version
Bump the version in the `package.json` file.
#### 2. Create a new release
Run the following script to generate a new release:
```sh
yarn release
```Releases are created under `releases/what-todo.{version}.zip`.
New releases should be uploaded to the Chrome Web Store manually.