This is a simple todo app built with React and TailwindCSS.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Edit tasks
- Filter tasks by status (all/completed/active)
- sort tasks by date (order/alphabetical/checked)
- Clear all completed tasks
- localStorage to persist tasks
- Clone the repository:
git clone https://github.com/moashraf86/todo-app.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
This project is licensed under the MIT License.