Skip to content

markmur/what-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mark Murray
Apr 10, 2021
a521aa5 · Apr 10, 2021

History

93 Commits
Apr 10, 2021
Feb 13, 2021
Apr 10, 2021
Mar 10, 2021
Feb 10, 2021
Feb 13, 2021
Feb 10, 2021
Feb 10, 2021
Feb 14, 2021
Mar 2, 2021
Mar 3, 2021
Mar 3, 2021
Apr 10, 2021
Feb 23, 2021
Feb 13, 2021
Feb 10, 2021
Feb 10, 2021
Mar 3, 2021

Repository files navigation

What Todo

"What Todo" is a Chrome Extension to replace your "New Tab" page with a todo list experience.

Install via Chrome WebStore

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.

What Todo


Development

# 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:

yarn release

Releases are created under releases/what-todo.{version}.zip.

New releases should be uploaded to the Chrome Web Store manually.