A full-stack system designed to monitor real-time asset health and telemetry data. This project demonstrates the flow of "raw data" from a simulated IoT backend to a high-fidelity React dashboard.
- Real-time Data Polling: Frontend automatically syncs with the backend every 2 seconds.
- Telemetry Simulation: Backend simulates live asset progress and pings.
- Raw Data Stream: Sidebar visualization of the actual JSON data driving the UI.
- Responsive Design: Modern Dark-mode UI built with React and Tailwind-style CSS.
- Frontend: React.js, Lucide Icons, Axios.
- Backend: Node.js, Express.js, CORS.
- Data: Simulated JSON Telemetry Stream.
- Clone the repo:
git clone [https://github.com/nahorfelix/Telemetry-Monitoring-Dashboard.git](https://github.com/nahorfelix/Telemetry-Monitoring-Dashboard.git)