TurboDOMBuilder is a TypeScript-first UI toolkit designed to bridge the gap between Human-Computer Interaction theories and web development. Its main purpose is to empower developers with structures and tools to easily create systems that are more interactive.
The toolkit includes:
A comprehensive API documentation is available at carln02.github.io/TurboDOMBuilder.
You can install TurboDOMBuilder via npm:
npm install turbodombuilder
Alternatively, you can include it directly in your HTML:
<script src="https://raw.githack.com/Carln02/TurboDOMBuilder/main/build/turbodombuilder.js"></script>
You can explore demos created using this toolkit under the demos folder in this repository.
TurboDOMBuilder is licensed under the MIT License.