From 634cfa16908f86f1fe57ac439759b2154988dee2 Mon Sep 17 00:00:00 2001 From: madhaven <37440750+madhaven@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:56:26 +0530 Subject: [PATCH] Documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 77f9b66..30a20b2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ when the To-Do list keeps getting bigger, you need: * something that'll do the arranging and prioritization for you you need _proTracker_ + +What makes proTracker different ? +proTracker tries its best to keep the book-keeping as short as possible. +Want to mark a task done ? Just Click it! +Want to add another entry ? Just type and hit the Enter! +That's all there is + checkout [proTracker Lite here](https://madhaven.github.io/proTracker/) ## Usage @@ -101,6 +108,7 @@ The DataCom interface contains all API required to fetch information for the fro * With the Angular migration, converting the project to a serverless web-app was all the more easier. proTracker is now easily accessible. Introducing the BrowserBackend also came with added complexity to handle localStorage data storage and migration strategies. +* Adding shortcuts made accessibility so easy, the app felt closer to the keys. ## Future