{"id":22917412,"url":"https://github.com/munya-marinda/chakra-ui-react-dashboard","last_synced_at":"2026-05-01T13:33:10.361Z","repository":{"id":41272774,"uuid":"505063736","full_name":"Munya-Marinda/Chakra-UI-React-Dashboard","owner":"Munya-Marinda","description":"This a template for a dashboard page using React and Chakra UI components.","archived":false,"fork":false,"pushed_at":"2026-04-25T22:07:36.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T00:24:22.356Z","etag":null,"topics":["chakra-ui","interface-design","react"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/s/github/Munya-Marinda/Chakra-UI-React-Dashboard","language":"TypeScript","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/Munya-Marinda.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}},"created_at":"2022-06-19T09:24:47.000Z","updated_at":"2026-04-25T22:07:40.000Z","dependencies_parsed_at":"2022-09-21T00:01:55.329Z","dependency_job_id":null,"html_url":"https://github.com/Munya-Marinda/Chakra-UI-React-Dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Munya-Marinda/Chakra-UI-React-Dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Munya-Marinda%2FChakra-UI-React-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Munya-Marinda%2FChakra-UI-React-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Munya-Marinda%2FChakra-UI-React-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Munya-Marinda%2FChakra-UI-React-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Munya-Marinda","download_url":"https://codeload.github.com/Munya-Marinda/Chakra-UI-React-Dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Munya-Marinda%2FChakra-UI-React-Dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["chakra-ui","interface-design","react"],"created_at":"2024-12-14T06:17:51.585Z","updated_at":"2026-05-01T13:33:10.341Z","avatar_url":"https://github.com/Munya-Marinda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is a dashboard that allows the user to view their orders.\n\n- I did this project to further my experience of using Chakra-UI and explored more of its features and learnt and added other libraries to for specific features. \n- My biggest challenge was implementing a 'paginator' that lists 6 orders per page because displaying all orders proved to be too heavy on a mobile view. \n- The Dashboard has a drawer for site navigation, stores the order data in a separate JavaScript file, displays a stat/analysis bar of 'completed vs incomplete' orders, displays the orders in a table on wideview and as small cards on mobile view.\n- Libraries/Frameworks: React JS, Chakra-UI, react-minimal-pie-chart, chakra-paginator, react-table\n\n# [Images]\n\n## Wideview with drawer open \n![Chakra UI dashboard](https://user-images.githubusercontent.com/84540577/174483043-24acbf11-56fc-4074-aa20-3f21d4229c31.png)\n \n## Wideview displaying the table of orders\n![Chakra UI dashboard2](https://user-images.githubusercontent.com/84540577/174483918-cb16fac8-a65d-434d-bbf1-08998e615842.png)\n\n## Mobileview displaying the orders in card form. The paginator allows 6 order cards to be diplayed at a time.\n![Chakra UI dashboard5](https://user-images.githubusercontent.com/84540577/174484171-34bf6241-6d22-420b-b957-8b616c6922fa.png)\n\n \n-\n-\n-\n-\n-\n-\n-\n-\n-\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started Today\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunya-marinda%2Fchakra-ui-react-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunya-marinda%2Fchakra-ui-react-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunya-marinda%2Fchakra-ui-react-dashboard/lists"}