# ToDoList **Repository Path**: anzoz/ToDoList ## Basic Information - **Project Name**: ToDoList - **Description**: 基于ArkTS声明式开发范式和ArkTS基础组件,实现简易待办事项的案例。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2025-10-14 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # To-Do List ## Introduction This codelab introduces how to implement a simple to-do list based on the ArkTS declarative syntax and basic components. Example: ![](screenshots/device/ToDoList.en.gif) ## Concepts - ArkTS: the most popular programming language for HarmonyOS apps. ArkTS is a superset of TypeScript (TS). - Text: a component that is used to display a piece of text. - Column: a container that arranges components vertically. - Row: a container that arranges components horizontally. ## Permissions N/A ## How to Use 1. Open the app home page, tap an item in the to-do list, and mark the item as completed. ## Constraints 1. The sample is only supported on Huawei phones with standard systems. 2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. 3. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. 4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later.