Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 380 Bytes

client-checklist.md

File metadata and controls

13 lines (9 loc) · 380 Bytes

Tasks

1. Create a User Interface (React)

-   Design a simple and user-friendly interface for the To-Do List
-   Input field to add new tasks
-   List or table to display all tasks
-   Buttons or icons to delete each task

2. Implement Interactivity

-   Use JavaScript to add tasks to the list
-   Use JavaScript to delete tasks from the list