diff --git a/README.md b/README.md index 395e000..4548f56 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ An example of how to create [Immediate mode](https://en.wikipedia.org/wiki/Immediate_mode_(computer_graphics)) GUI web applications using DOM manipulation. +# Demos + +* Counter app: https://dhalsim.github.io/imgui-dom/examples/counter/ +* Todo app: https://dhalsim.github.io/imgui-dom/examples/todo/ + # How to run ## Counter example @@ -9,6 +14,11 @@ An example of how to create [Immediate mode](https://en.wikipedia.org/wiki/Immed Install dependencies: `npm install` Run: `npm start:counter` +## ToDo example + +Install dependencies: `npm install` +Run: `npm start:todo` + # TODOs - [ ] Add Tailwind CSS to the project rather then using a CDN for treeshaking.