A Todo example app built with the Zenith state management library.
- React 18
- TypeScript
- Vite
- @do-md/zenith — State management
- Immer — Immutable data updates
npm install
npm run devOpen http://localhost:3000 in your browser.
npm run build
npm run preview