A browser extension that keeps track of your daily todos.
- Users can list out their work to be done and can delete ones, once completed.
- It also allows to edit the individual lists.
- The data is preserved locally till the user chooses it to delete.
- yarn dev or npm install
- yarn build
- Go to chrome://extensions/
- Click on Load Unpacked
- Browse to your build folder and select the build folder.
- Tadaa! You'll see the extension in your extensions list.
Shall implement a reminder feature for the tasks to be completed within a certain time limit.