https://github.com/jacobmgevans/finite-state-machine
experiments and research with finite state machines.
https://github.com/jacobmgevans/finite-state-machine
Last synced: 3 months ago
JSON representation
experiments and research with finite state machines.
- Host: GitHub
- URL: https://github.com/jacobmgevans/finite-state-machine
- Owner: JacobMGEvans
- License: mit
- Created: 2019-12-23T19:10:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:40:08.000Z (over 2 years ago)
- Last Synced: 2025-04-04T22:34:34.817Z (3 months ago)
- Language: CSS
- Size: 4.4 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finite State Machine Series on Dev.to
This repo will be where the code and learning is happening for the blog series https://dev.to/jacobmgevans/xstate-series-introduction-16mc# fsm-projects
This folder is where each project for the blog and learning purposes. They will be in named folders
related to what the State Machine will be used for
Each project can be a standalone repo if someone wants to just work with that project.## Run a project
- "cd" into the project directory (i.e. counter) or directly open it
- run
```shell
yarn && yarn start
```
or
```shell
npm install && npm run start
```