Functional UI of a Todo list with persistence.
This is a simple Todo App built with React and Vite. It allows you to add, edit, and delete tasks, as well as mark them as complete. The app is responsive and has a clean and modern design.
npm installnpm dev "dependencies": {
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.11",
"typescript": "*",
"vite": "^4.0.0"
}