GithubHelp home page GithubHelp logo

ardevsha / tudo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cachapa/tudo

0.0 0.0 0.0 1.72 MB

A simple to-do app

Shell 0.12% Ruby 1.53% C++ 2.60% C 0.39% Objective-C 0.02% Kotlin 0.07% Dart 84.16% Swift 1.14% HTML 5.77% CMake 4.19%

tudo's Introduction

tudo is an experiment on simple, private, synchronized to-do lists.

It is a useful demonstration of the realtime, offline-first capabilities powering the StoryArk app.

Try it out

The server part of this project can be found here: server.

Features

  • Anonymous
    No mandatory user accounts or tracking of any sort.

  • Shareable
    Lists can be shared between your devices or trusted contacts simply using the list id.

  • Real-time
    Changes to lists propagate immediately to every connected device where the app is open and online.

  • Private
    Each to-do list has a random unique identifier that is effectively impossible to guess.

  • Offline-first
    No loading screens. The app stores all the data it needs locally and works perfectly without a connection.

  • Multiplatform
    Mobile apps for Android and iOS, and more to come.

  • Open-source
    Look at how it's built. Modify it. Host it yourself. Maybe help me improve it?

How it works

To do lists are stored on the device as CRDTs which enable conflictless synchronization with an essentially unlimited number of devices. Every device maintains a local copy of the entire database.

A live websocket connection to the server is kept open whenever the app is active and network is available. Local changes are immediately pushed to the network, and remote changes are pulled in real-time. This promotes rapid consistency of the database between all active devices in the network, and allows users to immediately see those changes in the interface.

The clients are built using Flutter, which makes it possible to build applications for all popular platforms from a single shared codebase.

How to contribute

Please file feature requests and bugs at the issue tracker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.