https://github.com/mohammadzaid07/todo-react
A Todo app build with React and Tailwind CSS
https://github.com/mohammadzaid07/todo-react
localstorage react react-context-api
Last synced: 11 days ago
JSON representation
A Todo app build with React and Tailwind CSS
- Host: GitHub
- URL: https://github.com/mohammadzaid07/todo-react
- Owner: mohammadzaid07
- Created: 2025-06-02T03:23:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T03:36:31.000Z (12 months ago)
- Last Synced: 2026-05-03T07:35:37.122Z (11 days ago)
- Topics: localstorage, react, react-context-api
- Language: JavaScript
- Homepage: https://mohammadzaid07.github.io/todo-react/
- Size: 169 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 React Todo App
A simple and clean Todo List application built with **React**. This app allows users to add, edit, complete, and delete todos, with persistent storage using **localStorage**.
## 🔗 Live Demo
👉 [View the Live App](https://mohammadzaid07.github.io/todo-react/)
## 📸 Preview

## 🚀 Features
- ✅ Add new todos
- 📝 Edit existing todos
- ☑️ Mark todos as completed
- ❌ Delete todos
- 💾 Persistent storage with localStorage
- 🎨 Responsive and minimal UI
## 🛠️ Tech Stack
- React
- Tailwind CSS (for styling)
- Context API (for state management)