Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.45 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.45 KB

Todos


A browser extension that keeps track of your daily todos.


2

What does it do?

  1. Users can list out their work to be done and can delete ones, once completed.
  2. 4
  3. It also allows to edit the individual lists.
  4. 3
  5. The data is preserved locally till the user chooses it to delete.
  6. 5

How to use?

  1. yarn dev or npm install
  2. yarn build
  3. Go to chrome://extensions/
  4. Click on Load Unpacked
  5. Browse to your build folder and select the build folder.
  6. Tadaa! You'll see the extension in your extensions list.

Future thoughts:

Shall implement a reminder feature for the tasks to be completed within a certain time limit.