{"id":28754652,"url":"https://github.com/shripatil70/report_dashboard","last_synced_at":"2026-04-09T17:04:09.867Z","repository":{"id":299267549,"uuid":"1002465234","full_name":"DhanashriPatil11/report_dashboard","owner":"DhanashriPatil11","description":"A modern, responsive React Admin Dashboard built with Vite and Tailwind CSS. Features include customizable dark/light themes, interactive charts, calendars, and data tables. Designed for speed, scalability, and a sleek user experience—ideal for analytics, admin portals, and reporting applications.","archived":false,"fork":false,"pushed_at":"2025-06-15T16:51:09.000Z","size":2044,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T17:29:27.131Z","etag":null,"topics":["dashboard","front-end-development","github","javascript","lucide-react","nodejs","nodemodules","npm","npm-package","react-hooks","react-router","reactdnd","reactjs","tailwindcss","typescript","vite","web-development"],"latest_commit_sha":null,"homepage":"","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/DhanashriPatil11.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-06-15T14:35:52.000Z","updated_at":"2025-06-15T16:51:12.000Z","dependencies_parsed_at":"2025-06-15T17:45:10.110Z","dependency_job_id":null,"html_url":"https://github.com/DhanashriPatil11/report_dashboard","commit_stats":null,"previous_names":["dhanashripatil11/report_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhanashriPatil11/report_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanashriPatil11%2Freport_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanashriPatil11%2Freport_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanashriPatil11%2Freport_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanashriPatil11%2Freport_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhanashriPatil11","download_url":"https://codeload.github.com/DhanashriPatil11/report_dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanashriPatil11%2Freport_dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269456,"owners_count":22983649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dashboard","front-end-development","github","javascript","lucide-react","nodejs","nodemodules","npm","npm-package","react-hooks","react-router","reactdnd","reactjs","tailwindcss","typescript","vite","web-development"],"created_at":"2025-06-17T01:11:15.890Z","updated_at":"2025-12-30T19:57:39.323Z","avatar_url":"https://github.com/DhanashriPatil11.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 Report Dashboard — VistaPanel\n\nA modern, beautiful, and responsive **React Admin Dashboard** built with **Vite**, **Tailwind CSS**, and custom React components for charts, calendar, and theming. Designed to impress in internships, hackathons, or production use.\n\n\u003e ⚡ Built for speed, scalability, and modern UI needs. Ideal for analytics, admin portals, or reporting dashboards.\n\n---\n\n## 🚀 Features\n\n- 🌙 Dark / Light theme toggle  \n- 📊 **Custom Chart component** using Chart.js  \n- 🗓️ **Manually built Calendar** using `date-fns`  \n- 📌 **Kanban board** with drag-and-drop using `react-beautiful-dnd`  \n- 🧩 Fully responsive layout  \n- ⚙️ Sidebar + Topbar navigation  \n- ⚡ Built with Vite for instant load \u0026 HMR  \n- 🎯 Resume-worthy code and UI polish  \n- ✅ Ready for deployment on Netlify/Vercel  \n\n---\n\n## 📸 Preview\n\n\u003cimg src=\"images/dashboard-preview1.png\" alt=\"Dashboard Preview 1\" width=\"700\"/\u003e\n\u003cbr/\u003e\n\u003cimg src=\"images/dashboard-preview2.png\" alt=\"Dashboard Preview 2\" width=\"700\"/\u003e\n\u003cbr/\u003e\n\u003cimg src=\"images/dashboard-preview3.png\" alt=\"Dashboard Preview 3\" width=\"700\"/\u003e\n\n---\n\n## 🧱 Tech Stack\n\n| Layer       | Technology                  |\n|-------------|------------------------------|\n| Framework   | React + Vite                 |\n| Styling     | Tailwind CSS                 |\n| Charts      | Chart.js + `react-chartjs-2` |\n| Calendar    | `date-fns` (manual build)    |\n| DnD Board   | `react-beautiful-dnd`        |\n| Icons       | `lucide-react`               |\n| State Mgmt  | Context API                  |\n\n---\n\n## 💻 Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/report_dashboard.git\ncd report_dashboard\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Start the development server\n\n```bash\nnpm run dev\n```\nOpen `http://localhost:5173` in your browser.\n\n### 4. Build for Production\n\n```bash\nnpm run build\n```\n\nDeploy the **dist/ folder** to Netlify, Vercel, or any static hosting platform.\n\n---\n\n## 🌐 Deployment\nYou can deploy this dashboard on platforms like:\n\n**Vercel**\n\n**Netlify**\n\n**Render**\n\nJust connect your GitHub repo and set the build command to npm run build and output folder to dist.\n\n---\n\n## 🚀 Performance Highlights (Lighthouse Audit)\n\nThe deployed dashboard on [Vercel](https://report-dashboard-smoky.vercel.app/) was analyzed using Chrome Lighthouse.\n\n| Metric                    | Score         |\n|---------------------------|---------------|\n| First Contentful Paint    | 0.6 s ✅       |\n| Largest Contentful Paint  | 0.7 s ✅       |\n| Total Blocking Time       | 580 ms ⚠️     |\n| Cumulative Layout Shift   | 0.00 ✅       |\n| Speed Index               | 2.3 s ✅       |\n| SEO                       | 90+ ✅        |\n| Accessibility             | 87 ✅         |\n| Best Practices            | 100 ✅        |\n\n\u003e 📊 Dashboard achieves consistently fast load times and meets core web vitals benchmarks. Optimizations include lazy loading, Tailwind CSS purging, and Vite-based bundling.\n\n---\n\n## 📬 Contact\n\nFor any questions or feedback:\n\n- **📧 Email**: [patil.dhanashrik@gmail.com](mailto:patil.dhanashrik@gmail.com)  \n- **🐙 GitHub**: [DhanashriPatil11](https://github.com/DhanashriPatil11)  \n- **🔗 LinkedIn**: [Dhanashri Patil](https://www.linkedin.com/in/dhanashri-patil24/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshripatil70%2Freport_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshripatil70%2Freport_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshripatil70%2Freport_dashboard/lists"}