A todo application that syncs your tasks to the cloud using Puter.js - no backend required!
This app is a simple cloud todo list that allows you to add, edit, and delete todos. It uses Puter.js to sync your todos to the cloud. Specifically, the application uses puter.kv.get()
and puter.kv.set()
to read and write todo data to the cloud.
Clone the repository:
git clone https://github.com/puter-apps/serverless-todo.git
and open the index.html
file in any hosted environment (you can use http-server
to serve the app locally).
This Todo App leverages Puter.js to provide cloud database without requiring any backend infrastructure. Traditional todo apps need a server to store data, but this app uses Puter's cloud infrastructure to handle all data persistence automatically.
Specifically, the application uses puter.kv.get()
and puter.kv.set()
to read and write todo data to the cloud.
The app automatically handles authentication, data synchronization, and conflict resolution through Puter's infrastructure.
MIT