This is a simple to-do list application built as a first React project using Vite.
It focuses on learning React hooks, component structure, and basic state management.
- Add tasks from an input field
- Delete tasks
- Move tasks up and down
- Mark tasks as done (completed tasks are styled and moved to the bottom)
- React (functional components,
useState) - Vite
- Plain CSS