Hello friends, I am Shakil Alam. I mostly work with Laravel and Vue, and very interested in PWA(Progressive Web Application).
We will talk about that last one in this post.
In the early day of coding journey, I had created a usual todo App.
But recently I feel need for a todo App to better management and start making as simple and user friendly as possible, and made it the app that I can use without being distracted.
Recently I found two issue in it.
When I add task with link, I want to visit link with the app.
And now I added function that do this. Just double click on the task with link. An easy one just a dblClick event listening and pattern matching.
Second issue was, sometime I got some task in some other app and I have to copy from that and need to open the todoApp and add task.
So I look into it and implemented Share Target API that allow my todo PWA registered as share target app as native app.
Now I simply share the thing and choose TodoApp from sharesheet and done. I don't have to leave the app to add new task.
Try the app now and tell your thoughts below.
Your feedback is valuable to me.
Top comments (0)