/Todo-Tracker

A google chrome extension for customized new tab which displays a to-do list

Primary LanguageTypeScript

Todo Tracker Chrome Extention

  • Increase your productivity by tracking the pending tasks whenever you open new tab
  • Daily tasks are recorded and tracked separately as part of history panel A google chrome extension for customized new tab which displays a to-do list

Increase your productivity by adding to-do list right at your Newtab screen of your browser

Following is the working demo of the New Tab extension working-demo

Install directory from chrome web store

You can click here to navigate to chrome web store where you can install this extension

Steps for building extension and setting up locally

install npm on the system and navigate to the root dir0ectory of this project and execute following commands

  1. Clone this repository or download the zip file

  2. Initialize the node modules using following command

npm install
  1. Build the bundled files
npm run build

The first command should download all the dependencies under the node_modules directory

The second command should bundle all the scripts under dist directory on the top of project

Naviagate to chrome and use following URL to access the extension page

and hit load unpacked button and select the dist directory created inside this repository, your new tab should show the to-do list

Some features added in Todo Queue

  • Associate tasks with priority
  • Associate tasks with deadline
  • Generate notes of task completed/incomplete on daily basis for tracking purpose
  • Allow dragging tasks up/down so that we can order tasks
  • Make background customizable

Pull requests are always welcome :)