# ToDoList **Repository Path**: chisijun/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**: 17 - **Created**: 2025-01-16 - **Last Updated**: 2025-01-16 ## 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. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. 3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. 4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 SDK or later.