This repo is a companion to a CodeControl Virtual Lunch & Learn 🍱 - Let’s build an app using Svelte, TypeScript, XState and Tailwind. Find the recording of this and other great events here.
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/
- Clone this repo and enter the folder where you cloned it
- run
yarn install
- run
yarn dev
to start the project
- 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