An open API service indexing awesome lists of open source software.

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.

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/**