Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 759 Bytes

Todo App

Todo App is a simple task management web application. It allows users to add tasks, mark them as completed, delete them, and sort tasks based on their completion status. The app also includes a Dark Mode/Light Mode toggle for better usability.

Features:

  • Add and manage tasks easily.
  • Mark tasks as completed or delete them.
  • View tasks based on their completion status (completed or pending).
  • Dark Mode and Light Mode toggle.
  • Context-based state management for handling task states.

Technologies Used:

  • React
  • Context API (for state management)
  • CSS
  • Dark Mode/Light Mode implementation
  • tailwindcss

How to Set Up the Project:

  1. Clone the repository:
    git clone https://github.com/your-username/todo-app.git