From f523b8755e263d41d701ba29fc98db3f6c58dab4 Mon Sep 17 00:00:00 2001 From: Satish Sutar <40925459+BSatishSutar@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:44:27 +0530 Subject: [PATCH] Updated README.md file Updated README.md file Added few details in it to give a good outlook for the visitors. I hope it helps. Thanks for the opportunity. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a579512..43f913e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ -# To-do +## To-do + A simple todo list app built in HTML, CSS and JavaScript. If you want to learn how to build this yourself you can check out the YouTube video that walks through the whole process here: -- [Learn to code a to-do list app in JavaScript - Part 1](https://www.youtube.com/watch?v=2wCpkOk2uCg) -- [Learn to code a to-do list app in JavaScript - Part 2](https://www.youtube.com/watch?v=bGLZ2pwCaiI) -## License -[MIT](LICENSE.md) © [Max Sandelin](https://instagram.com/themaxsandelin) +Learn to code a to-do list app in JavaScript - Part 1 +Learn to code a to-do list app in JavaScript - Part 2 + +## Features + +- Add new tasks to the list +- Mark tasks as completed or incomplete +- Edit task names +- Delete tasks from the list in it + +License +MIT © Max Sandelin