HaBit Control
This repo is a companion to a CodeControl Virtual Lunch & Learn
A brief intro to Svelte, XState and Tailwind
The master branch contains the starter template for building an app using Svelte, XState and Tailwind.
The example branch contains the app we started building during the lunch event linked above. The example is deployed here: https://habitcontrol.netlify.app/
Getting started (using yarn)
- Clone this repo and enter the folder where you cloned it
- run
yarn install
- run
yarn dev
to start the project
Resources
- Official Svelte tutorial
- XState Visualizer
- Get started with Tailwind
- Adam Wathan's YouTube Channel where he builds stuff using Tailwind.
- Nice model of a Microwave by @parker_codes
- Learn more about statecharts at the world of statecharts
- Awesome Finite State Machines