A simple task management application that allows you to add, edit, delete, and mark tasks as done.
In this application, you can add, edit, delete, and mark tasks as done.
All tasks will be stored in local storage.
There is a button to clear all tasks from local storage.
clone repositery
git clone https://github.com/abkr020/todo-with-localstorage.git
install node package manager
npm install
To enable debugging logs, follow these steps:
-
Add the following key-value pair in your browser's local storage:
- Key:
debug
- Value:
app
- Key:
-
Create a
.env
file in the project root (if not already present) and add the following line:VITE_NODE_ENV=development