File tree Expand file tree Collapse file tree 8 files changed +72
-0
lines changed Expand file tree Collapse file tree 8 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ # All actions
2+
3+ - [ creation] ( ./actions/creation-of-a-todo.html )
4+ - [ edition] ( ./actions/edition-of-a-todo.html )
5+ - [ delete] ( ./actions/delete-a-todo.html )
6+ - [ change status] ( ./actions/update-the-status-of-a-todo.html )
Original file line number Diff line number Diff line change 1+ # Creation of a todo
2+
3+ Just use the top input to create a todo.
4+
5+ ![ Screenshot] ( ../../screenshots/actions/creation.png )
Original file line number Diff line number Diff line change 1+ # Delete a todo
2+
3+ Just click on the right arrow to delete a todo.
4+
5+ ![ Screenshot] ( ../../screenshots/actions/delete.png )
Original file line number Diff line number Diff line change 1+ # Edition of a todo
2+
3+ Just double click on the todo label to edit a todo.
4+
5+ ![ Screenshot] ( ../../screenshots/actions/edition.png )
Original file line number Diff line number Diff line change 1+ # Status of a todo
2+
3+ Just click on the left arrow to edit the status of a todo.
4+
5+ ![ Screenshot] ( ../../screenshots/actions/update-status.png )
Original file line number Diff line number Diff line change 1+ # All edition actions
2+
3+ TODO
Original file line number Diff line number Diff line change 1+ # Introduction
2+
3+ This app is a simple todo list application
4+
5+ ## Main features
6+
7+ - add a todo
8+ - edit a todo
9+ - delete a todo
10+ - update status of a todo
11+ - filter displayed todos
12+
13+ ## A todo
14+
15+ A todo is displayed using todo component [ TodoComponent] ( ../components/TodoComponent.html ) .
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "title" : " Introduction" ,
4+ "file" : " introduction.md"
5+ },
6+ {
7+ "title" : " Actions" ,
8+ "file" : " actions.md" ,
9+ "children" : [
10+ {
11+ "title" : " Creation of a todo" ,
12+ "file" : " actions/creation.md"
13+ },
14+ {
15+ "title" : " Edition of a todo" ,
16+ "file" : " actions/edition.md"
17+ },
18+ {
19+ "title" : " Delete a todo" ,
20+ "file" : " actions/delete.md"
21+ },
22+ {
23+ "title" : " Update the status of a todo" ,
24+ "file" : " actions/status.md"
25+ }
26+ ]
27+ }
28+ ]
You can’t perform that action at this time.
0 commit comments