An open API service indexing awesome lists of open source software.

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

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

![1748834893228](image/README/1748834893228.png)

## 🚀 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)