## Technologies Used - [Dojo Toolkit](https://dojotoolkit.org/) - [Arcgis JS API SDK 4.30](https://developers.arcgis.com/javascript/latest/downloads/) ## Structure Folder Framework AMD (Asynchronous Module Definition) ![image](https://github.com/user-attachments/assets/ad20135f-7ee5-495a-b7a8-5702b4749fa9) ## Application workflow based on AMD Dojo Toolkit - Index.html is the first to be loaded - Boot.js is the core module in the application - import another module such as widget module in boot.js - register the widget module created inside index.html in dojo.configuration section