Skip to content

Commit 6efffe5

Browse files
Create README.md
1 parent 5b74c11 commit 6efffe5

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

ToDoList/sujitmahapatra/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Task Manager Web App 📝✅
2+
3+
## Overview
4+
5+
Welcome to the Task Manager Web App repository! This project provides a responsive web-based task manager that allows users to create, manage, prioritize, and track tasks efficiently.
6+
7+
<h1 align="center">
8+
👉<a href="https://sm-taskmanager.netlify.app" target="_blank" rel="noopener noreferrer">Live Demo</a>
9+
</h1>
10+
11+
## Features
12+
13+
- **Task Creation:** Easily add new tasks with a user-friendly input field.
14+
- **Task Prioritization:** Prioritize your tasks to stay organized.
15+
- **Completion Tracking:** Mark tasks as completed with a single click.
16+
- **Task Removal:** Remove completed or unwanted tasks from the list.
17+
- **Responsive Design:** Enjoy a seamless experience on various devices and screen sizes.
18+
19+
## Technologies Used
20+
21+
- HTML
22+
- CSS
23+
- JavaScript
24+
25+
## Getting Started
26+
27+
### Prerequisites
28+
29+
- GitHub
30+
- A modern web browser
31+
32+
### Installation
33+
34+
1. Clone the repository to your local machine:
35+
36+
```bash
37+
git clone https://github.com/your-username/task-manager-web-app.git
38+
Open the project folder in your code editor.
39+
40+
Launch the index.html file in your web browser to start using the Task Manager.
41+
42+
Usage
43+
To add a new task, type the task description and press Enter or click the "Add Task" button.
44+
Prioritize tasks by moving the most important ones to the top.
45+
Mark tasks as completed by clicking the "Completed" button.
46+
Remove tasks by clicking the "Delete" button.
47+
Contributions
48+
Contributions are welcome! If you'd like to improve this project or fix any issues, please fork the repository and submit a pull request.
49+
50+
License
51+
This project is licensed under the MIT License.
52+
53+
Contact
54+
If you have any questions or suggestions, feel free to contact us.
55+
56+
Happy task managing! 🚀

0 commit comments

Comments
 (0)