This is another TodoMVC application, build with Next.js and XState.
https://todomvc-nextjs-xstate.vercel.app/
# clone this repository
git clone https://github.com/flplima/todomvc-nextjs-xstate.git
# install dependencies
yarn
# run the development server
yarn dev
Open http://localhost:3000 with your browser to see the result.