An open API service indexing awesome lists of open source software.

https://github.com/tidjee-dev/todo-list-react-v_1


https://github.com/tidjee-dev/todo-list-react-v_1

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://todo-list-react-v-1.vercel.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.