Skip to content

Commit 8c72d91

Browse files
authored
Merge pull request #58 from Atif0604/main
Add Readme.md file to To - Do list
2 parents 0370a9a + d10a3be commit 8c72d91

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

To-Do List/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<h1>TO-DO List</h1>
2+
3+
<p>Simple TO-DO List written in HTML, CSS, and JavaScript .</p>
4+
5+
### Use of the Project:
6+
7+
<p>TODO List are the lists that we generally use to maintain our day to day tasks or list of everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules.</p>
8+
9+
<h3>Used Technologies</h3>
10+
<ul>
11+
<li>HTML5</li>
12+
<li>CSS3</li>
13+
<li>JavaScript</li>
14+
</ul>
15+
16+
#### Steps to Use:
17+
18+
---
19+
20+
- Download or clone the repository
21+
22+
```
23+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24+
```
25+
26+
- Go to the directory
27+
- Run the index.html file
28+
- Add your tasks According to your wish
29+
30+
<h3> ScreenShots </h3>
31+
<img width="959" alt="todo" src="https://user-images.githubusercontent.com/64218887/124366708-43afb000-dc6f-11eb-8832-58d90f32ac38.png">
32+
<br>
33+
<ul>
34+
<li>To add the Task,Write the Task in the box and click on Add Button<br><br>
35+
<img width="960" alt="todo-add" src="https://user-images.githubusercontent.com/64218887/124366723-5924da00-dc6f-11eb-9392-980abbe9635d.png">
36+
<br></li><br>
37+
<li>If you have completed the task,click on the task to strike-out<br><br>
38+
<img width="960" alt="todo-delete" src="https://user-images.githubusercontent.com/64218887/124366734-6f329a80-dc6f-11eb-97f9-c6a50d37739b.png">
39+
<br></li><br>
40+
<li>To Remove the completed Task,First click on the task to strike-out and then Click on Cleanup<br><br>
41+
<img width="957" alt="todo remove" src="https://user-images.githubusercontent.com/64218887/124366741-7e194d00-dc6f-11eb-99a1-282dec228ea2.png"><br></li><br>
42+
</ul>

To-Do List/todo remove.png

40.1 KB
Loading

To-Do List/todo-add.png

43.8 KB
Loading

To-Do List/todo-delete.png

43.9 KB
Loading

To-Do List/todo.png

33.2 KB
Loading

0 commit comments

Comments
 (0)