Vollständige Ellmann-Todo-App implementiert und zum einfacheren Verständnis reduziert (keine Fehler, keine Statistiken, kein Delete All

This commit is contained in:
2026-07-14 15:09:39 +02:00
parent 9680fd3d39
commit be0f8af954
18 changed files with 1841 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "react-unterricht-todolist",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"vite": "^8.1.1"
}
}