An example of how to create Immediate mode GUI web applications using DOM manipulation.
- Counter app: https://dhalsim.github.io/imgui-dom/examples/counter/
- Todo app: https://dhalsim.github.io/imgui-dom/examples/todo/
Install dependencies: npm install
Run: npm start:counter
Install dependencies: npm install
Run: npm start:todo
- Add Tailwind CSS to the project rather then using a CDN for treeshaking.