{"id":16837195,"url":"https://github.com/ankeetmaini/xstate-frontend-masters-workshop","last_synced_at":"2025-04-05T10:26:26.908Z","repository":{"id":42839035,"uuid":"264006403","full_name":"ankeetmaini/xstate-frontend-masters-workshop","owner":"ankeetmaini","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T18:11:21.000Z","size":1106,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T21:19:13.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankeetmaini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-14T19:28:37.000Z","updated_at":"2023-03-04T06:28:32.000Z","dependencies_parsed_at":"2023-02-07T20:01:16.392Z","dependency_job_id":null,"html_url":"https://github.com/ankeetmaini/xstate-frontend-masters-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Fxstate-frontend-masters-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Fxstate-frontend-masters-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Fxstate-frontend-masters-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankeetmaini%2Fxstate-frontend-masters-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankeetmaini","download_url":"https://codeload.github.com/ankeetmaini/xstate-frontend-masters-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247321316,"owners_count":20919966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:16:29.304Z","updated_at":"2025-04-05T10:26:26.889Z","avatar_url":"https://github.com/ankeetmaini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Masters XState Workshop\n\nWelcome to the [Frontend Masters](https://frontendmasters.com/) workshop on **JavaScript State Machines and Statecharts with XState**. In this workshop, you will:\n\n- Learn fundamental computer science principles\n- Represent complex logic clearly\n- Prevent impossible states and detect edge-cases\n- Identify and eliminate edge cases\n- Visualize your logic as state machine diagrams\n\n## XState\n\n- GitHub repo: https://github.com/davidkpiano/xstate\n- Documentation: http://xstate.js.org/docs\n- Visualizer: http://xstate.js.org/viz\n\n## Getting Started\n\nTo run this workshop:\n\n- Clone this repo\n- You need to have `parcel` installed. To do this, run `npm install -g parcel-bundler`.\n- In the repo's directory, run `npm install`\n- Run `npm start`. You should see this:\n\n```bash\nServer running at http://localhost:1234\n```\n\n- Navigate to [http://localhost:1234/00/index.html](http://localhost:1234/00/index.html).\n\n## Exercises\n\nExercises are separated by directory. The first lesson is at [`01/index.js`](./01/index.js). Each directory will contain a `README.md` describing the goal of the exercise, as well as tips and comments in the `index.js` file.\n\nIf you get lost, refer to the `index.final.js` file in each directory.\n\nTo navigate to a rendered exercise in the browser, change the directory in the URL (`http://localhost:1234/[dir]/index.html`). The first lesson is located at [http://localhost:1234/00/index.html](http://localhost:1234/01/index.html).\n\n- Welcome (📝): [📄 Readme](./00/README.md) | [🔗 Link](http://localhost:1234/00/index.html)\n- Exercise 01: [📄 Readme](./01/README.md) | [🔗 Link](http://localhost:1234/01/index.html)\n- Exercise 02: [📄 Readme](./02/README.md) | [🔗 Link](http://localhost:1234/02/index.html)\n- Exercise 03: [📄 Readme](./03/README.md) | [🔗 Link](http://localhost:1234/03/index.html)\n- Exercise 04: [📄 Readme](./04/README.md) | [🔗 Link](http://localhost:1234/04/index.html)\n- Exercise 05: [📄 Readme](./05/README.md) | [🔗 Link](http://localhost:1234/05/index.html)\n- Exercise 06: [📄 Readme](./06/README.md) | [🔗 Link](http://localhost:1234/06/index.html)\n- Exercise 07: [📄 Readme](./07/README.md) | [🔗 Link](http://localhost:1234/07/index.html)\n- Exercise 08: [📄 Readme](./08/README.md) | [🔗 Link](http://localhost:1234/08/index.html)\n- Exercise 09: [📄 Readme](./09/README.md) | [🔗 Link](http://localhost:1234/09/index.html)\n- Exercise 10: [📄 Readme](./10/README.md) | [🔗 Link](http://localhost:1234/10/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankeetmaini%2Fxstate-frontend-masters-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankeetmaini%2Fxstate-frontend-masters-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankeetmaini%2Fxstate-frontend-masters-workshop/lists"}