Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Todo List

JianChao
2024-04-08 07:04
· edited

Overview#

This is a Todo List application built on Typescript + React + Express + DID Spaces. Users need to present a DID Space the first time they log in, and all subsequent Todo List data generated will be persisted in their respective DID Spaces.

Prerequisite#

  • Install Todo List app:

Presentation#

Display DID Space upon initial login#

The first time you log in, you need to present your DID Space, so that the application has permission to read and write the DID Space.

image.png

Create Todo List#

Next, you can add some Todos to your Todo List and mark the status of certain Todos as completed. The data will be automatically saved to the presented DID Space (even if the page is refreshed, the data will not disappear).

image.png

Details of implementation#

If you want to understand the specific details of implementation, you can directly view our code repository.

Sticker