A simple, real-time system resource monitor built with ASP.NET Core and a lightweight frontend.
- System Time: Current local time.
- CPU Usage: Real-time percentage display.
- Memory Usage: Current vs Max RAM usage in MB.
- Battery Status: Percentage remaining (if available).
- Run the application:
dotnet run --project src/SystemMonitor.csproj
- Open your browser and navigate to:
http://localhost:5000
GET /stats: Returns system statistics in JSON format.
