https://chrome.google.com/webstore/detail/dquest/chefkapebbalealkmddchbpgeffnjaio
This is a simple todo chrome extension to help you setup your daily tasks which refresh when the day ends. You can also add one-time tasks and use it as a normal todolist.
This is a lightweight app with no backend.
- Daily quests always stay and get reset at the end of the day if marked as completed
- Text input detects links pasted and shows a clickable icon after submiting input
- Non-daily quests get deleted at the end of the day if marked as completed
1- In your chrome browser, click on the top right 3 dots then click Extensions > Manage Extensions
2- Make sure your browser is in developer mode, then click load unpacked and choose the location of the folder of this project
3- Now the project should be loaded in the browser
4- When you pull the code, after installing the dependacies (via npm install or yarn ) type in the terminal
make run
Now when you edit the code and hit the refresh button on the browser extension while the watch server is running it should work.



