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.
- Host: GitHub
- URL: https://github.com/fanqingsong/async_workflow_on_xstate
- Owner: fanqingsong
- License: mit
- Created: 2021-07-31T13:46:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T13:34:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T13:52:35.416Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 567 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
