A real-time dashboard built for Mantel's distribution centre, displaying live operational data across three warehouse sections.
- Displays data for three different warehouse sections
- Auto-rotates between sections every 5 seconds
- Asynchronous data refresh every 45 seconds
- Built to match the UX designer's specifications
- PHP for server-side logic and data handling
- JavaScript for auto-rotation and async data fetching
- HTML/CSS for layout and styling
├── dashboard.php # Server-side logic and data
├── dashboard.html # Page structure
├── dashboard.js # Auto-rotation and async updates
└── dashboard.css # Styling
This dashboard was built during my time working at Mantel, a bicycle retailer in The Netherlands. It served the warehouse team by providing real-time visibility into distribution centre operations.