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
- Host: GitHub
- URL: https://github.com/tidjee-dev/todo-list-react-v_1
- Owner: tidjee-dev
- Created: 2024-12-09T08:40:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T06:56:34.000Z (over 1 year ago)
- Last Synced: 2025-10-26T15:59:00.738Z (8 months ago)
- Language: SCSS
- Homepage: https://todo-list-react-v-1.vercel.app
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.