{"id":28443225,"url":"https://github.com/samuelson777/sensor-data-dashboard-simulator","last_synced_at":"2026-04-30T02:33:28.198Z","repository":{"id":291275464,"uuid":"977148444","full_name":"Samuelson777/Sensor-Data-Dashboard-Simulator","owner":"Samuelson777","description":"Interactive Sensor Data Dashboard Simulator showcasing temperature, humidity, light, and motion sensors with real-time visualization. Fully client-side, responsive, and designed to demonstrate sensor handling and frontend skills without hardware.","archived":false,"fork":false,"pushed_at":"2025-05-03T14:48:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T02:05:09.387Z","etag":null,"topics":["client-side","css","dashboard","data-visualization","frontend","html","iot","javascript","realtime","responsive","sensor","simulation","visualization","webapp"],"latest_commit_sha":null,"homepage":"https://samuelson777.github.io/Sensor-Data-Dashboard-Simulator/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samuelson777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-03T14:35:27.000Z","updated_at":"2025-05-03T14:53:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cf9a5e7-d2a0-4c92-84aa-e9695268a77a","html_url":"https://github.com/Samuelson777/Sensor-Data-Dashboard-Simulator","commit_stats":null,"previous_names":["samuelson777/sensor-data-dashboard-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samuelson777/Sensor-Data-Dashboard-Simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuelson777%2FSensor-Data-Dashboard-Simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuelson777%2FSensor-Data-Dashboard-Simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuelson777%2FSensor-Data-Dashboard-Simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuelson777%2FSensor-Data-Dashboard-Simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samuelson777","download_url":"https://codeload.github.com/Samuelson777/Sensor-Data-Dashboard-Simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuelson777%2FSensor-Data-Dashboard-Simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client-side","css","dashboard","data-visualization","frontend","html","iot","javascript","realtime","responsive","sensor","simulation","visualization","webapp"],"created_at":"2025-06-06T07:10:44.972Z","updated_at":"2026-04-30T02:33:28.193Z","avatar_url":"https://github.com/Samuelson777.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sensor Data Dashboard Simulator\n\nA modern, responsive, client-side web application that simulates multiple sensor readings and visualizes them in real-time. This project showcases sensor skills by providing interactive controls for sensor data such as temperature, humidity, light intensity, and motion detection — all without requiring actual hardware.\n\n---\n\n## Features\n\n- Simulates four common sensor types:\n  - Temperature (°C)\n  - Humidity (%)\n  - Light Intensity (lux)\n  - Motion Detection (On/Off)\n- Real-time numeric display and simple line-chart visualization for sensor values.\n- Interactive buttons to increment, decrement, randomize, or toggle sensor states.\n- Clean, modern, and responsive UI that works well on desktop and mobile browsers.\n- Runs 100% client-side without any backend or hardware dependencies.\n\n---\n\n## Getting Started\n\n### Usage\n\n1. Download or clone this repository.\n2. Open the file `index.html` in your preferred modern web browser.\n3. Use the controls in each sensor card to interact with the simulated sensor data.\n4. Watch real-time updates in the numeric display and chart for each sensor.\n\n### Requirements\n\n- Any modern web browser (Chrome, Firefox, Safari, Edge)\n- No additional dependencies or setup required\n\n---\n\n## Live Demo\n\n- [Sensor Data Dashboard Simulator](https://samuelson777.github.io/Sensor-Data-Dashboard-Simulator/)\n\n---\n\n## Example Screenshot\n\n![Sensor Data Dashboard Simulator](https://github.com/user-attachments/assets/2d8d8299-3247-4e37-ad79-7104257adcaf)\n\n---\n\n## Conclusion\n\nThis project is an effective demonstration of sensor data handling and visualization skills implemented entirely on the client side. It combines sensor concepts with modern frontend development practices to deliver a rich, interactive experience that can run on any home PC without hardware sensors.\n\n---\n\n## Future Enhancements\n\n- Integration with real hardware sensors using Web Serial or Web Bluetooth APIs for live data.\n- Additional simulated sensor types such as air quality, pressure, or proximity.\n- Data logging and export functionality for analysis (e.g., CSV, JSON).\n- Alert/notification system for when sensor values hit critical thresholds.\n- Advanced charting with libraries like Chart.js or D3.js for enhanced visualization.\n- User authentication and cloud synchronization to simulate IoT backend integration.\n- Backend API development for centralized sensor data collection and management.\n\n---\n\n## License\nThis project is open source and available under the MIT License.\n\n---\n\nFeel free to open issues or contribute improvements to this project. This is a great way to showcase and grow your sensor and frontend development skills!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelson777%2Fsensor-data-dashboard-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelson777%2Fsensor-data-dashboard-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelson777%2Fsensor-data-dashboard-simulator/lists"}