Skip to content

Commit 4b65606

Browse files
Version 2 Release
The Version 2 contains better styling and a delete button on each tasks. Kochuri also contains functionality that capitalizes the first letter of the task. It also has another method, that is just an alternative of the method.
1 parent 46869e1 commit 4b65606

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

DevNotes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Dev Notes
22

33
## Version 1
4-
The version 1 of the app contains a Create Task section at the bottom. Whenever user enters some tasks in the given input field and hits the create button, The tasks get displayed on the screen as a ordered list. Besides these functionalities, this version also contains a speciall method in the tasker app that clears all the listed tasks.
4+
The version 1 `Singara` of the app contains a Create Task section at the bottom. Whenever user enters some tasks in the given input field and hits the create button, The tasks get displayed on the screen as a ordered list. Besides these functionalities, this version also contains a speciall method in the tasker app that clears all the listed tasks.
55

66
### The `alldone()` method
7-
Whenever user types `alldone()` in the new task input and submits, all the listed tasks gets deleted and the app becomes new.
7+
Whenever user types `alldone()` in the new task input and submits, all the listed tasks gets deleted and the app becomes new.
8+
9+
---
10+
11+
## Verison 2
12+
The Version 2 `Kochuri` contains better styling and a delete button on each tasks. Kochuri also contains functionality that capitalizes the first letter of the task. It also has another method, that is just an alternative of the `alldone()` method.
13+
14+
### The `alldel()` method
15+
The `alldel()` method and `alldone()` methods are basically same, but a user can use them on their own contexts.

0 commit comments

Comments
 (0)