{"id":19904392,"url":"https://github.com/triple-ade/analytics_dashboard","last_synced_at":"2026-06-14T07:33:53.261Z","repository":{"id":219117441,"uuid":"747647947","full_name":"TRIPLE-ADE/analytics_dashboard","owner":"TRIPLE-ADE","description":"Craft a responsive and visually appealing analytics dashboard","archived":false,"fork":false,"pushed_at":"2024-01-27T16:42:03.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T07:27:48.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://analytics-dashboard-mu.vercel.app","language":"JavaScript","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/TRIPLE-ADE.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}},"created_at":"2024-01-24T11:10:00.000Z","updated_at":"2024-02-09T09:22:00.000Z","dependencies_parsed_at":"2024-11-12T20:41:03.525Z","dependency_job_id":null,"html_url":"https://github.com/TRIPLE-ADE/analytics_dashboard","commit_stats":null,"previous_names":["triple-ade/analytics_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TRIPLE-ADE/analytics_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fanalytics_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fanalytics_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fanalytics_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fanalytics_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TRIPLE-ADE","download_url":"https://codeload.github.com/TRIPLE-ADE/analytics_dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fanalytics_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34313515,"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-06-14T02:00:07.365Z","response_time":62,"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":[],"created_at":"2024-11-12T20:28:13.576Z","updated_at":"2026-06-14T07:33:53.247Z","avatar_url":"https://github.com/TRIPLE-ADE.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting Started\nThe analytics dahsboard with responsive and visually appealing interface. Emphasize a sleek and user-friendly design to guarantee a smooth experience across different devices.\n\n### Prerequisites\nTo run this project you need the following installed:\n\n- [Node 20.9](https://nodejs.org/) or later\n\n## Technologies Used\n\n- React JS\n- Next JS\n- Tailwind CSS\n\n### Setup\n\nClone this repository to your desired folder:\n\n```bash\ngit clone https://github.com/Superfly101/medlink.git\n```\n\nInstall project dependencies:\n```bash\ncd medlink\nnpm install\n```\n\nRun development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\n### Contribution Guidelines\n\n1. Clone the repo `git clone  https://github.com/TRIPLE-ADE/analytics_dashboard`.\n2. Create a new branch from the `dev` branch `git checkout -b Feat/{feature you're working on}`\n3. Make sure your branch is up to date with the `dev` branch: `git pull origin main`\n4. After making changes, do `git add .`\n5. Commit your changes with a descriptive commit message: `git commit -m \"your commit message\"`.\n6. To make sure there are no conflicts, run `git pull origin main`.\n7. Push changes to your new branch, run `git push -u origin Feat/{feature you're working on}`.\n9. Ensure to describe your pull request.\n\n### _Commit CheatSheet_\n\n| Type     |                          | Description                                                                                                 |\n| -------- | ------------------------ | ----------------------------------------------------------------------------------------------------------- |\n| feat     | Features                 | A new feature you're adding                                                                                              |\n| fix      | Bug Fixes                | A bug fix                                                                                                   |\n| docs     | Documentation            | Documentation only changes                                                                                  |\n| style    | Styles                   | Features and updates relating to styling                                                                   |\n| refactor | Code Refactoring         | A code change that neither fixes a bug nor adds a feature                                                   |\n| perf     | Performance Improvements | A code change that improves performance                                                                     |\n| test     | Tests                    | Adding missing tests or correcting existing tests                                                           |\n| build    | Builds                   | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)         |\n| ci       | Continuous Integrations  | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |\n| chore    | Chores                   | Other changes that don't modify, frontend or test files                                                    |\n| revert   | Reverts                  | Reverts a previous commit                                                                                   |\n\n\u003e _Sample Commit Messages_\n\n- `feat: Added plugin info endpoints` := `feat` is used here because the feature was non-existent before the commit.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Fanalytics_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriple-ade%2Fanalytics_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Fanalytics_dashboard/lists"}