A simple todo app using React in two flavors:
Using useContext + useReducer, and using Zustand
This project uses Vite.
To start a development instance run these commands:
pnpm install
pnpm dev
For more info look at package.json or Vite's documentation.