Skip to content

tidjee-dev/todo-list-react-v_1

Repository files navigation

Tidjee's Todo List v1

Description

This is a simple Todo List app built with React and TypeScript using Vite.

Features

  • Add tasks to the list
  • Mark tasks as completed
  • Remove tasks from the list
  • Sort tasks by text and completion status

Usage

  1. Open the app in your browser.
  2. Add tasks to the list by typing in the input field.
  3. Mark tasks as completed by clicking on the checkbox.
  4. Remove tasks from the list by clicking on the delete button.