{"id":30458591,"url":"https://github.com/likhithsp/teamflowx","last_synced_at":"2026-04-15T23:31:33.343Z","repository":{"id":305832582,"uuid":"1020872051","full_name":"LikhithSP/TeamFlowX","owner":"LikhithSP","description":"An interactive, professional team network visualization built with Cytoscape.js. This project displays team members as nodes and their relationships as edges, using data from a JSON \u0026 API file.","archived":false,"fork":false,"pushed_at":"2025-07-23T10:52:32.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-23T20:16:06.488Z","etag":null,"topics":["css","cytoscapejs","data-visualization","html","javascript","jsonplaceholder-api","teamflow"],"latest_commit_sha":null,"homepage":"https://teamflowx.vercel.app","language":"JavaScript","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/LikhithSP.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-07-16T14:18:57.000Z","updated_at":"2025-07-17T11:24:40.000Z","dependencies_parsed_at":"2025-07-22T09:06:35.474Z","dependency_job_id":null,"html_url":"https://github.com/LikhithSP/TeamFlowX","commit_stats":null,"previous_names":["likhithsp/teamflowx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LikhithSP/TeamFlowX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FTeamFlowX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FTeamFlowX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FTeamFlowX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FTeamFlowX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LikhithSP","download_url":"https://codeload.github.com/LikhithSP/TeamFlowX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FTeamFlowX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31864955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","cytoscapejs","data-visualization","html","javascript","jsonplaceholder-api","teamflow"],"created_at":"2025-08-23T17:53:51.600Z","updated_at":"2026-04-15T23:31:33.335Z","avatar_url":"https://github.com/LikhithSP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TeamFlow X\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./prev.png\" alt=\"TeamFlow X Preview\"\u003e\n  \u003cb\u003eAn interactive, professional team network visualization built with Cytoscape.js. Displays team members as nodes and their relationships as edges, using data from a live API or local JSON file.\u003c/b\u003e\u003cbr\u003e\n  \u003ca href=\"https://teamflowx.vercel.app\" target=\"_blank\"\u003eVisit Now\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n- **Live API Data**: Fetches team data from a configurable API endpoint, with automatic fallback to local `data.json` if the API is unavailable.\n- **Interactive Graph**: Visualizes team structure, departments, and relationships.\n- **Professional UI**: Sidebar with controls, info panel, export-ready image and overlays for legends.\n- **Search \u0026 Filter**: Find team members by name, role, or skill. Filter by department and relationship type.\n- **Layout Controls**: Switch between multiple graph layouts (force-directed, circular, grid, hierarchical, concentric).\n- **Export**: Download the graph as an image.\n\n## Technologies Used\n- [Cytoscape.js](https://js.cytoscape.org/) for graph visualization\n- HTML, CSS, JavaScript for UI and interactivity\n- Font Awesome for icons\n\n## Getting Started\n1. **Clone or Download** this repository.\n2. **Configure API Endpoint** (optional):\n   - Edit `script.js` and set your API URL in the `apiConfig` object.\n   - If the API fails, the app will automatically use `data.json`.\n3. **Open `index.html`** in your browser. No build step required.\n4. **Edit `data.json`** to update team members and relationships for local testing.\n\n## File Structure\n- `index.html` — Main application UI and structure\n- `style.css` — Professional, responsive styling\n- `script.js` — Data loading (API/local), graph logic, interactivity\n- `data.json` — Team data (nodes and relationships)\n\n## Customization\n- **API Integration**: Update the API endpoint and transformation logic in `script.js` for your own backend.\n- **Add/Edit Team Members**: Update `data.json` or your API data.\n- **Change Colors/Styles**: Modify `style.css` for custom themes.\n- **Adjust Legends**: Legends are overlaid inside the graph; edit in `index.html` as needed.\n\n## Exporting the Graph\nUse the export button in the UI to download the current graph view as an image. Legends are included in the export for clarity.\n\n## License\nMIT License\n\n## Credits\n- Cytoscape.js\n- Font Awesome (for icons)\n- JSONPlaceholder API (for data)\n\n---\nFor questions or contributions, please open an issue or pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fteamflowx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithsp%2Fteamflowx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fteamflowx/lists"}