From 271c2e9836783181ce38b959b6fb1b03b3ee41d1 Mon Sep 17 00:00:00 2001 From: SSShogunn Date: Sat, 12 Oct 2024 13:14:16 +0530 Subject: [PATCH] Added Task Categorization and Priority Tagging --- CONTRIBUTING.md | 1 - README.md | 1 - eslint.config.mjs | 10 +++++----- index.html | 14 +++++++++----- script.js | 49 ++++++++++++++++++++++++++++++++++++++--------- style.css | 5 ++--- 6 files changed, 56 insertions(+), 24 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90644dc..f11e667 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,6 @@ Once you've forked the repository, clone it to your local machine. git clone https://github.com/YOUR-USERNAME/To-Do-List.git ``` - ## Linting and Formatting This project uses **ESLint** and **Prettier** to ensure code quality and consistency. diff --git a/README.md b/README.md index 8a8939f..0f5c1ef 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Open `index.html` in your browser to use the application. - **Edit a Task:** Click the edit icon next to the task, make your changes, and save. - **Delete a Task:** Click the delete icon next to the task. - ## Linting and Formatting This project uses **ESLint** and **Prettier** to ensure code quality and consistency. diff --git a/eslint.config.mjs b/eslint.config.mjs index 73ef86f..925b6de 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -3,10 +3,10 @@ import pluginJs from '@eslint/js'; export default [ { - files: ["**/*.js"], - languageOptions: { - globals: globals.browser - } + files: ['**/*.js'], + languageOptions: { + globals: globals.browser, + }, }, - pluginJs.configs.recommended + pluginJs.configs.recommended, ]; diff --git a/index.html b/index.html index 57d477f..5abac79 100644 --- a/index.html +++ b/index.html @@ -31,17 +31,21 @@

Todo-List

- - +
- - + +
- +