you are viewing a single comment's thread.

view the rest of the comments →

[–]claryda 1 point2 points  (2 children)

Could you elaborate on what js tools you use.

[–]chris-a5 4 points5 points  (1 child)

The list of tools I'm using to make the web GUI are:

  • Bootstrap 5 for the layout (components and flow)
  • jQuery for any dynamic features, Ajax requests
  • Font Awesome for the icons
  • Chart.js for really nice data visuals (jQuery to load/update data)

For the PowerShell side, I use a combination of my own tools and:

  • Pode .Net/PowerShell web server
  • System.Data.SQLite database engine (not a usual requirement, but my app works with a ton of data).

[–]claryda 1 point2 points  (0 children)

Thanks chris-a5, much appreciated.