From 821ad779ba128fc0b4fab58bca7702515d0e8b9e Mon Sep 17 00:00:00 2001 From: extf8 Date: Sun, 17 Mar 2024 21:19:35 +0200 Subject: [PATCH] Added Readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef9773c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Todo List Project + +## Introduction + +This project is part of [The Odin Project](https://www.theodinproject.com/lessons/node-path-javascript-todo-list) and it focuses on creating a dynamic todo list application where users can manage their tasks efficiently. It implements features such as dynamic rendering of todos and projects, separation of application logic and DOM manipulation, and data persistence using the Web Storage API. + +### Features + +- Dynamic creation of todos and projects. +- Organization of todos into separate projects. +- Separation of application logic and DOM manipulation. +- Use of Web Storage API for data persistence. +- Responsive and user-friendly interface. + +### Technologies Used + +- HTML +- CSS +- JavaScript (ES6) +- Webpack +- npm (Node Package Manager) + +## Live Demo + +You can view a live demo of the project [here](https://extf8.github.io/todoOrNot/). \ No newline at end of file