8000 GitHub - kyasan/Todo-List-Application: A clean and simple Todo List web application built with React and TypeScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

A clean and simple Todo List web application built with React and TypeScript.

License

Notifications You must be signed in to change notification settings

kyasan/Todo-List-Application

Repository files navigation

Todo List Application

A clean and simple Todo List web application built with React and TypeScript.

截屏2025-04-25 20 27 03

Features

  • Clean and minimalist user interface
  • Add new todo items
  • Mark todos as complete/incomplete
  • Delete todo items
  • Filter by status: All/Active/Completed
  • Display creation date for each todo
  • Auto-save to local storage, data persists after page refresh

Getting Started

  1. Clone the repository
git clone https://github.com/kyasan/TODO-List-Application.git
  1. Install dependencies
npm install
  1. Start development server
npm run dev
  1. Open in browser
http://localhost:5173

How to Use

  1. Enter todo content in the input field, press Enter or click "Add" button to add
  2. Click the checkbox next to a todo item to toggle its completion status
  3. Click the "×" button on the right to delete a todo item
  4. Use "All", "Active", "Completed" buttons to filter todos by status
  5. All operations are automatically saved to browser's local storage

About

A clean and simple Todo List web application built with React and TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0