Skip to content

zach7036/Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A minimal to-do app built with React and TypeScript. Tasks are stored in your browser (localStorage) so they persist between sessions.

Features

  • Add tasks with the input and "Add" button (or press Enter)
  • Complete tasks by clicking the circle next to an item
  • Delete tasks with the × button
  • Filter by All, Active, or Completed
  • Clear completed in one click
  • Persistence via localStorage

Run locally

cd todo-app
npm install
npm start

Then open http://localhost:3000.

Build for production

npm run build

Output is in the build folder.

About

Practice only. Nothing important.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors