Skip to content

alphaolomi/react-todo

Repository files navigation

Todo App Netlify Status

A minimal and basic todo app.

Background

This is a simple todo app that I wrote to learn how to use React and React Router. It is written in TypeScript. Now it is more of a practice project than a real app. Testing latest react featute/version.

Features

  • Todo list
  • Add todo
  • Delete todo
  • Mark todo as done
  • Mark todo as undone
  • Filter todos
  • Export todo list as csv/json

Tech

  • React 18
  • TailwindCSS
  • Vite
  • Vitest
  • TypeScript

License

This project is licensed under the MIT license.