This is a react native App that syncs with WordPress as a backend.
Why another TODO App?
You definitely are correct, sir. There is no shortage of TODO apps.
I have been running personal automation for a while now and am constantly frustrated by providers going out of business, getting acquired, blocking API access or pulling the rug under my favorite software.
WordPress is the operating system of the web. It runs on anything, is portable and you will always be able to run it
By syncing my todos with WordPress, I can implement AI capabilities that I want on the WordPress end
I am enamoured by the idea of WordPress being the backend for mobile development.
Cloud is just somebody else’s computer. You can run your own cloud with WordPress.
So how does this work?
This will work with any site exposing application passwords to authenticate REST API.
You select any registered Post Type to serve as your TODOs. Naturally, it makes more sense if you use a new one, but existing ones will work as well
App syncs with your WordPress
Completed TODOs will get “Pending” built-in post status
Deleted TODOs will end up in trash
If you use one of the existing post types, you might expose your entire todo list to the internet. This is not what you may want.
I am working on a plugin to manage your todos properly on WordPress end, so follow me if you want to try that out.
Screenshots
Credits
Craft Dogz – I forked initial version of this project from him