Dashboard
This is a real-time monitoring interface for factory machines. It's built with Svelte 5 and Tailwind CSS.
Dashboard Image
Detailed view of the Machine
Live Monitoring: It automatically pulls machine data every 10 seconds.
Smart Filtering: You can filter by status like Active, Idle, Breakdown, or Offline. Sorting: You can organize machines by ID or by RPM to see which ones are running fastest.
Machine Details: Click on any machine to see its history, who is operating it, and when it was last maintained.
Error Handling: The app includes skeletons for loading and a retry system if the connection fails.
Quick Start: Run npm install to get dependencies. Run npm run dev to start the project. Open http://localhost:5173 to see it in action.