This is a simple Todo List app built with React and TypeScript using Vite.
- Add tasks to the list
- Mark tasks as completed
- Remove tasks from the list
- Sort tasks by text and completion status
- Open the app in your browser.
- Add tasks to the list by typing in the input field.
- Mark tasks as completed by clicking on the checkbox.
- Remove tasks from the list by clicking on the delete button.