{"id":30643930,"url":"https://github.com/apeaircreative/odd-even-dashboard","last_synced_at":"2026-07-01T21:31:13.780Z","repository":{"id":310865723,"uuid":"1041546169","full_name":"apeaircreative/odd-even-dashboard","owner":"apeaircreative","description":"A single odd/even function evolved into a mini analytics dashboard | Skills:","archived":false,"fork":false,"pushed_at":"2025-08-22T13:44:19.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T18:31:02.806Z","etag":null,"topics":["backend-apis","data-visualization","debugging","file-io","frontend-dashboard","java","programming","real-time-systems","version-control","web-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apeaircreative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-20T16:40:27.000Z","updated_at":"2025-08-22T13:44:23.000Z","dependencies_parsed_at":"2025-08-20T19:03:00.785Z","dependency_job_id":null,"html_url":"https://github.com/apeaircreative/odd-even-dashboard","commit_stats":null,"previous_names":["apeaircreative/odd-even-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apeaircreative/odd-even-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apeaircreative%2Fodd-even-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apeaircreative%2Fodd-even-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apeaircreative%2Fodd-even-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apeaircreative%2Fodd-even-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apeaircreative","download_url":"https://codeload.github.com/apeaircreative/odd-even-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apeaircreative%2Fodd-even-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35024359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":["backend-apis","data-visualization","debugging","file-io","frontend-dashboard","java","programming","real-time-systems","version-control","web-development"],"created_at":"2025-08-31T03:46:39.220Z","updated_at":"2026-07-01T21:31:13.774Z","avatar_url":"https://github.com/apeaircreative.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Odd-Even Numbers Dashboard  \n\n\u003e *Write a function to determine if a number is odd or even.*\n\nThis project documents my **step-by-step growth** in:  \n- core programming logic  \n- Git branching \u0026 pull requests  \n- debugging / compiling  \n- frontend + backend integration for dashboards  \n\nEach feature lives on its own branch, showing clear progression: **logic ➝ streams ➝ graphs ➝ web**.\n\n---\n\n## 🚀 Features Implemented  \n\n| #  | Feature Description                              |\n|----|--------------------------------------------------|\n| 1  | Simple odd/even function                         |\n| 2  | Refactored into a concise one-liner              |\n| 3  | Multi-language support for function output       |\n| 4  | Added pseudocode \u0026 documentation                 |\n| 5  | Handle lists of numbers                          |\n| 6  | Return processed results cleanly                 |\n| 7  | Split numbers into odd/even groups               |\n| 8  | Support infinite number streams                  |\n| 9  | Automated streaming input/output                 |\n| 10 | Introduced logging for better tracking           |\n| 11 | Real-time graph plotting of results              |\n| 12 | Basic dashboard with UI display                  |\n| 13 | Fully working web-based dashboard                |\n| 14 | Added pie chart visualization                    |\n| 15 | Live feed of latest processed numbers            |\n\n---\n\n## 📈 Timeline / Roadmap  \n\n1. **Core Logic (Branches 1–4)** → basic function, one-liner refactor, pseudocode, multi-language.  \n2. **Collections (Branches 5–7)** → move from single numbers → lists → grouped outputs.  \n3. **Streaming (Branches 8–9)** → infinite streams \u0026 automated real-time inputs.  \n4. **Persistence (Branch 10)** → file logging of odd/even values.  \n5. **Visualization (Branches 11–12)** → graphs, dashboard UI basics.  \n6. **Web App (Branches 13–15)** → Flask backend, Chart.js visuals, live ticker feed.  \n\n---\n\n## 🧑‍💻 Skills  \n\n- **Programming** → functions, lists, grouping, return values  \n- **Debugging** → compile/runtime fixes, backend ↔ frontend issues  \n- **Java** → writing, compiling, and running small programs  \n- **File I/O** → logging results to disk  \n- **Visualization** → Matplotlib (Python), Chart.js (line/pie/gauge)  \n- **Backend** → Flask routes + JSON APIs  \n- **Frontend** → charts, live ticker updates, dashboard UI  \n- **Version Control** → branching, incremental commits, PR workflow  \n- **Integration** → stitched logic into a working real-time web app  \n\n---\n\n## ✅ Summary  \n\nA single odd/even function evolved into a **mini analytics dashboard** with:  \n\n- real-time number streaming  \n- persistent logging  \n- interactive graphs (line, pie, gauge)  \n- live feed ticker in the UI   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapeaircreative%2Fodd-even-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapeaircreative%2Fodd-even-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapeaircreative%2Fodd-even-dashboard/lists"}