Skip to content

dt-benedict/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-list

A simple todo list application built with TypeScript, HTML, and CSS.

Features

  • List todo items with clean UI
  • Empty state when no items exist
  • Check off items (they disappear from the list)
  • Add new items with text input and + button
  • Delete items with delete button
  • Keyboard support (Enter to add items)

Getting Started

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Serve the application:
npm run serve

Then open http://localhost:8080 in your browser.

Development

  • npm run build - Compile TypeScript to JavaScript
  • npm run dev - Watch for changes and recompile
  • npm run serve - Serve the application locally

About

Just a quick test with a simple todo list app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •