Skip to content

Gutsey68/CDA-React-Todo-app

Repository files navigation

To-Do App

This is a simple To-Do application built with React, Tailwind CSS, and TypeScript. The application allows you to add tasks, filter them based on their completion status, reorder tasks via drag and drop, and switch between light and dark themes.

Demo

Features

  • Add new tasks
  • Filter tasks by completion status
  • Drag and drop tasks to reorder them
  • Toggle between light and dark themes

Screenshots

Screenshot of the To-Do App

Usage

  1. Add new tasks by typing into the input field and pressing Enter.
  2. Filter tasks by clicking on the filter buttons to show all tasks, only completed tasks, or only incomplete tasks.
  3. Reorder tasks by dragging and dropping them into the desired order.
  4. Toggle between light and dark themes using the theme switcher button.

Technologies Used