Skip to content

Puter-Apps/serverless-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A todo application that syncs your tasks to the cloud using Puter.js - no backend required!

Screenshot


Todo App

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.


Getting Started

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).


How It Works

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.


License

MIT

About

A todo application that syncs your tasks to the cloud using Puter.js - no backend required!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published