Skip to content

Files

Latest commit

 

History

History

07-todo-app-localstorage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

07 - Todo App with LocalStorage

A simple React Todo App that lets you add, complete, and delete tasks — with full data persistence using localStorage. Todos remain even after refreshing the page.

🚀 Features

  • Add, complete, and delete todos
  • Checkbox toggle for marking completed tasks
  • Todos persist after browser refresh via localStorage
  • Clean and minimal UI

🧠 Tech Stack

  • React
  • JavaScript (ES6+)
  • React Hooks (useState, useEffect)
  • Inline CSS styling

▶️ How to Run

npm install
npm start

🔗 Live Demo: https://todo-app-mu-roan-65.vercel.app/


This app is part of my React Projects Portfolio.