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.
- 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.
- React
- Context API (for state management)
- CSS
- Dark Mode/Light Mode implementation
- tailwindcss
- Clone the repository:
git clone https://github.com/your-username/todo-app.git