This shows you the differences between two versions of the page.
se:labs:03 [2025/10/19 19:12] ilie_cristian.sandu [Tailwind CSS] |
se:labs:03 [2025/10/19 20:34] (current) ilie_cristian.sandu [Tasks] |
||
---|---|---|---|
Line 597: | Line 597: | ||
====== Tasks ====== | ====== Tasks ====== | ||
- | - Download the generated project {{:se:labs:se-lab3-tasks.zip|}} (and run `npm install` and `npm start`) | + | - Download the generated project {{:se:labs:se-lab3-tasks.zip|}} (and run **npm install** and **npm run dev**) |
- Create a to do list app: | - Create a to do list app: | ||
- | - Implement the List component in `components/ToDoList.tsx` | + | - Implement the List component in **components/ToDoList.tsx** |
- | - Create a new component in `components/` that will represent __a todo-list item__ that should have: | + | - Create a new component in **components/** that will represent __a todo-list item__ that should have: |
- text showing the description of the todo-list item | - text showing the description of the todo-list item | ||
- edit button that enable you to edit todo-item text | - edit button that enable you to edit todo-item text |