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

https://github.com/fanqingsong/async_workflow_on_xstate

With the help of the Finite State Machine function of XSTATE library, implement a small dog gallery to display one dog per breed iteratively.
https://github.com/fanqingsong/async_workflow_on_xstate

Last synced: 3 months ago
JSON representation

With the help of the Finite State Machine function of XSTATE library, implement a small dog gallery to display one dog per breed iteratively.

Awesome Lists containing this project

README

        

# async_workflow_on_xstate

## Purpose
With the help of the Finite State Machine function of XSTATE library, implement a small dog gallery to display one dog per breed iteratively.

## install

```
npm install
```

## run

```
npm run dev
```

## browse

goto
http://localhost:3005/

then click "start ..." button.

## snapshot

![dog showing](demo.png)