This is the project of the xfBBQ Webinar series. This demo is a slightly scaled down form of the full application.
For a high level overview of xfBBQ, see this blog post.
A live demo of xfBBQ is also available.
The project utilizes HarmonyCore, React, React-Redux, and Bootstrap to create a single page application for managing BBQs and ordering menu items for BBQs.
Below are the links to each recorded webinar video, what it covered, and the last commit associated with it
| Date | Topic | Link to video | Commit based on | Release Tag |
|---|---|---|---|---|
| June 18, 2020 | Creating a Harmony Core solution and hooking it up to a new React app | Part 1 | 0202f0e22ca7cdb9a971023492cab2ebeb27eaec | v1.1 |
| June 25, 2020 | POSTing data in React and an introduction to Redux | Part 2 | d11fd8ace81737a5ef5ba4645ae369460e44b0a7 | v1.2 |
| July 1, 2020 | Captchas, batch processing, and other CRUD | Part 3 | 3b90fdb0c4de67c636abd0685a685820ea448961 | v1.3 |
| July 8, 2020 | User authentication, styling with Bootstrap, and making a React production build | Part 4 | ec0d21f39afc5e789ca2b9cc8d647fb69184236d | v1.4 |