-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp_features.html
65 lines (65 loc) · 3.3 KB
/
app_features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
display: block;
border-top: 5px black solid;
border-bottom: 5px black solid;
}
li {
padding-bottom: 2px;
letter-spacing: 0.25px;
}
</style>
</head>
<body>
<div style="margin: 0; padding: 0; margin-bottom: -8px;">
<a href="index.html"><button>← Back</button></a>
</div>
<div class="header" style="text-align: center;">
<h2>~App Features~</h2>
</div>
<div style="display: block; margin-left: auto; margin-right: auto; max-width: 808px;" class="features">
<ul>
<li>Store *Unlimited tasks and their Checked Status</li>
<li>*No Word Limit</li>
<li>*Edit All Tasks Easily</li>
<li>*Dark Mode</li>
<li>*Priority to Unchecked Tasks, i.e., In <b>My Day</b> Section, *Checked task get to the Bottom and they can *get back to their previous position when Unchecked</li>
<li>*Automatically Transfers Tasks from <b>My Day</b> section to <b>Tasks</b> section *on Every New Day</li>
<li>Store *Old Tasks in <b>Tasks</b> Section</li>
<li>Get *Date-wise sorting of tasks</li>
<li>In <b>Tasks</b> Section, *Select Date to jump directly on the Respective tasks of that Date</li>
<li>*Delete Tasks Easily</li>
<li>Get *Strike-through Decoration on Task when Unchecked</li>
<li>*Retains Dark Mode Status Even after App Reload, so, *no need to set your favourite Mode everytime</li>
<li>*Haptic Feedback</li>
</ul>
</div>
<div class="header" style="text-align: center;">
<h2>~Help~</h2>
</div>
<div style="display: block; margin-left: auto; margin-right: auto; max-width: 808px;" class="features">
<ul>
<li><b>Edit Task : </b>*Double Tap* on Any Task you want to Edit, then Enter your Editing Task into Pop Up and Click OK</li>
<li><b>Task Overflow(<i>long task length</i>): </b>*Swipe Left* on the Task if task gets Overflown, then you will see all the hidden words of the Respective task</li>
<li><b>Delete Task: </b>*Tap <img src="img/round-remove-button.png" style="margin: 0; padding: 0; height: 16px; width: 16px;" alt=""> Button to Delete Task</li>
<li><b>Check Task: </b>*Tap on <input type="checkbox"> to Check and Uncheck your Task</li>
<li><b>Accessing Old Task: </b>Open Menu and *Tap on <i>Tasks</i>, this will take you to your Old tasks section</li>
<li><b>Grab Task: </b>In <i>Tasks Section</i>, Press *<i>--Date--</i> Button below header, then select the Date* to jump directly on the tasks of that date <br><i>Note: Task Auto-Transfer on New Day will not take place, unless a single is added in My Day Section</i></li>
</ul>
<br>
<ul style="list-style-type: none; text-align: center;">
<li><b><i>Press Back Button OR Restart the App to get Back to My Day Section</i></b></li>
</ul>
</div>
<div style="margin: 0; padding: 0; margin-top: -8px;">
<a href="index.html"><button>← Back</button></a>
</div>
<br>
</body>
</html>