All Projects → davidkpiano → frontend-masters-xstate-v2

davidkpiano / frontend-masters-xstate-v2

Licence: MIT license
Frontend Masters XState Workshop v2

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to frontend-masters-xstate-v2

cfn101-workshop
AWS CloudFormation Workshop
Stars: ✭ 114 (+34.12%)
Mutual labels:  workshop
intro-to-tidyhydat-and-tidyverse
Introduction to R and the tidyverse in Hydrology
Stars: ✭ 16 (-81.18%)
Mutual labels:  workshop
tensorflow-workshop
Code samples, slides and materials for TensorFlow Workshops
Stars: ✭ 46 (-45.88%)
Mutual labels:  workshop
ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
Stars: ✭ 20 (-76.47%)
Mutual labels:  workshop
touchdesigner-summit-2019-large-systems
No description or website provided.
Stars: ✭ 26 (-69.41%)
Mutual labels:  workshop
ckad-workshop
Getting Certified as a Kubernetes Application Developer.
Stars: ✭ 16 (-81.18%)
Mutual labels:  workshop
gocodelabru
Coding simple database for geospatial data using Go programming language workshop in Russian language
Stars: ✭ 64 (-24.71%)
Mutual labels:  workshop
WorkshopManager
CLI tool to install and update Steam Workshop mods
Stars: ✭ 25 (-70.59%)
Mutual labels:  workshop
saturn2019-architecture-island-workshop
What are the most essential ideas in software architecture all developers should know?
Stars: ✭ 25 (-70.59%)
Mutual labels:  workshop
snips-skill-mental-calculation
With this App, your Assistant can test you on basic arithmetic: addition, subtraction, multiplication, and division.
Stars: ✭ 13 (-84.71%)
Mutual labels:  workshop
scala-3-crash-course
Scala 3 workshop presenting the top new features of the language.
Stars: ✭ 34 (-60%)
Mutual labels:  workshop
mastering-zsh
Advanced topics to take advantage of zsh 👩‍💻👨‍💻
Stars: ✭ 934 (+998.82%)
Mutual labels:  workshop
dltf
Hands-on in-person workshop for Deep Learning with TensorFlow
Stars: ✭ 14 (-83.53%)
Mutual labels:  workshop
Materiales
📚 Materiales de todas nuestras actividades
Stars: ✭ 37 (-56.47%)
Mutual labels:  workshop
unix-programming-and-regular-expressions-workshop
A workshop on Unix Programming Principles using tools such as grep, sed, awk, shell programming and regular expressions
Stars: ✭ 25 (-70.59%)
Mutual labels:  workshop
guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (-72.94%)
Mutual labels:  workshop
Workshop-GraphQL
A GraphQL Server made for the workshop
Stars: ✭ 22 (-74.12%)
Mutual labels:  workshop
workshop-intro-to-cassandra
Learn Apache Cassandra fundamentals in this hands-on workshop
Stars: ✭ 208 (+144.71%)
Mutual labels:  workshop
docker-k8s-workshop
Workshop covering Docker and Kubernetes
Stars: ✭ 17 (-80%)
Mutual labels:  workshop
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (-47.06%)
Mutual labels:  workshop

State Machines & XState Workshop

Welcome to the Frontend Masters workshop on JavaScript State Machines and Statecharts with XState, v2! In this workshop, we will be learning about software modeling with state machines and statecharts by building a real-world media player application.

Getting Started

  1. Run npm install or yarn install
  2. Run npm run dev or yarn dev
  3. Navigate to any of the exercises:

What we're building

In this workshop, we will be building a media player. This app will allow you to like/ unlike a song, represented by the heart symbol. The next option the app will allow you to do is thumbs down the song, which will remove it from your playlist. The play/pause action will allow you to play or pause the current song. Then we have the forward/next option of the app that will allow you to skip the current song and load the next in queue. Next, you will have the option to mute/ unmute the current song that is playing.

media-player

We will be using state machines, state charts, and the actor model to build these features on our media player app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].