https://github.com/iamgrid/todo-2025-a
The standard Todo app à la TodoMVC. This variant uses the following technologies: React, Typescript, Material UI with my own theme, Vite, Vitest and Playwright. State is stored using useReducer() and persisted in localStorage.
https://github.com/iamgrid/todo-2025-a
Last synced: 8 months ago
JSON representation
The standard Todo app à la TodoMVC. This variant uses the following technologies: React, Typescript, Material UI with my own theme, Vite, Vitest and Playwright. State is stored using useReducer() and persisted in localStorage.
- Host: GitHub
- URL: https://github.com/iamgrid/todo-2025-a
- Owner: iamgrid
- License: mit
- Created: 2025-09-17T13:15:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T16:53:05.000Z (8 months ago)
- Last Synced: 2025-10-01T18:31:17.524Z (8 months ago)
- Language: TypeScript
- Homepage: https://iamgrid.co.uk/todo-2025-a/
- Size: 187 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo 2025 A
The standard Todo app à la [TodoMVC](https://todomvc.com/).
This variant uses the following technologies: **React, Typescript, Material UI, Vite, Vitest and Playwright**.
State is stored using useReducer() and persisted in localStorage.
**Live version: https://iamgrid.co.uk/todo-2025-a/**