feat: implement Markdown Todo Tree with date grouping and local storage persistence
- Added new CSS styles for the TestPage component. - Refactored TestPage.js to manage a Markdown-based todo list with date grouping. - Integrated date-fns for date formatting. - Introduced ReactMarkdown for rendering Markdown content. - Enhanced user experience with input handling for adding and editing todos. - Implemented local storage for persistent state across sessions.
This commit is contained in:
+3
-1
@@ -7,13 +7,15 @@
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"dexie": "^4.2.1",
|
||||
"dexie-react-hooks": "^4.2.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-markdown": "^6.0.3",
|
||||
"react-router-dom": "^6.30.2",
|
||||
"react-scripts": "5.0.1",
|
||||
"remark-gfm": "^1.0.0",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user