Skip to content

JacobMGEvans/finite-state-machine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
yarn && yarn start

or

npm install && npm run start

About

experiments and research with finite state machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published