todo-app-xstate-react

Simple todo list application made with XState and Next.js.

It’s a port of Devessier/todo-app-xstate-test to React.

Getting started

Install dependencies:

npm install

Launch Next.js development server:

npm run dev

Now you can manage your todos!