This is a simple To-Do List web app that allows users to manage their tasks efficiently. Users can add tasks, delete tasks, and reorder tasks to set priorities.
Add Task: Users can enter a task and add it to the list by clicking the Add button.
-
Delete Task: Each task has a Delete button to remove it from the list.
-
Move Up: An Up button lets users move a task higher in the list to increase its priority.
-
Move Down: A Down button lets users move a task lower in the list to decrease its priority.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint
in your project.