Skip to content

abkr020/todo-with-localstorage

Repository files navigation

Karya Suchi

📌 Table of Contents

about

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.

local-setup

clone repositery

git clone https://github.com/abkr020/todo-with-localstorage.git

install node package manager

npm install

Enable Debugging Logs

To enable debugging logs, follow these steps:

  1. Add the following key-value pair in your browser's local storage:

    • Key: debug
    • Value: app
  2. Create a .env file in the project root (if not already present) and add the following line:

    VITE_NODE_ENV=development
    
    

Resources

📺 Watch on YouTube

About

react todo application and storing the todos in the local storage in the brouser

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published