From 37b7a562eb47f26f83e92f7ce664f342981d507a Mon Sep 17 00:00:00 2001 From: Suraj Patel Date: Fri, 27 May 2022 01:07:47 +0530 Subject: [PATCH] second commit --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..59990cf --- /dev/null +++ b/Readme.md @@ -0,0 +1,20 @@ +# ToDo-List + +ToDo list is a simple web application to save Your daily tasks in order not to miss anything. + +### Features +* Pick a date from callendar +* Add new task +* Mark task as completed / uncompleted +* Set task priority +* Edit task +* Delete single task +* Delete completed tasks +* Delete all tasks + +### Technologies used: +* HTML +* CSS +* Node.js/Express.js +* Bootstrap +* MongoDb \ No newline at end of file