This repo contains a simple but bad task manager application written in typescript using electron, react and mui. It isn't really practical to use this for anything other than a learning experience.
To be honest, this is only meant as a demo for the @shadow578/powershell-binding
package, which allows you to use powershell in nodejs.
But that package is more targeted at doing things like ad management (think Get-AdUser
and Set-AdUser
).
This demo however attemts to display processes in real-time using Get-Process
, which does not really work for performance reasons (refresh takes like 10 seconds).
But nevertheless, this is a functional demo.
- Don't
- Clone the Repo
- Install Dependencies using
npm install
- Run using
npm start