{"id":18459852,"url":"https://github.com/aditya10403/react-admin-dashboard","last_synced_at":"2026-05-05T17:32:48.068Z","repository":{"id":242835597,"uuid":"810688002","full_name":"Aditya10403/React-Admin-DashBoard","owner":"Aditya10403","description":"Admin Dashboard app with customizable themes, tables, charts, calendar, and Kanban board. Implement interactive features, seamless integration, and smooth user experience.","archived":false,"fork":false,"pushed_at":"2024-06-14T00:09:02.000Z","size":2494,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T21:02:04.651Z","etag":null,"topics":["admin-dashboard","calender","chart","context-api","firebase-auth","kanban","reactjs","tailwind","theming"],"latest_commit_sha":null,"homepage":"https://ct-dash-go.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/Aditya10403.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}},"created_at":"2024-06-05T07:15:16.000Z","updated_at":"2024-06-22T13:02:02.000Z","dependencies_parsed_at":"2024-06-05T09:13:35.568Z","dependency_job_id":"19b1e5bf-465b-48e0-a9bd-18abb9227387","html_url":"https://github.com/Aditya10403/React-Admin-DashBoard","commit_stats":null,"previous_names":["aditya10403/react-admin-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aditya10403/React-Admin-DashBoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya10403%2FReact-Admin-DashBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya10403%2FReact-Admin-DashBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya10403%2FReact-Admin-DashBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya10403%2FReact-Admin-DashBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aditya10403","download_url":"https://codeload.github.com/Aditya10403/React-Admin-DashBoard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya10403%2FReact-Admin-DashBoard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["admin-dashboard","calender","chart","context-api","firebase-auth","kanban","reactjs","tailwind","theming"],"created_at":"2024-11-06T08:24:42.316Z","updated_at":"2026-05-05T17:32:48.052Z","avatar_url":"https://github.com/Aditya10403.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch3 align=\"center\"\u003eDashGo - Admin DashBoard\u003c/h3\u003e\n      \u003cimg src=\"src/assets/Dash.png\" alt=\"Project Banner\"\u003e\n      \u003cbr\u003e\n      \u003cimg src=\"src/assets/Dark.png\" alt=\"Project Banner\"\u003e\n      \u003cbr/\u003e\n      \u003cimg src=\"src/assets/Kan.png\" alt=\"Project Banner\"\u003e\n  \u003cbr /\u003e\n\n  \u003c!-- \u003cdiv\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-Tailwind_CSS-black?style=for-the-badge\u0026logoColor=white\u0026logo=tailwindcss\u0026color=06B6D4\" alt=\"tailwindcss\" /\u003e\n  \u003c/div\u003e --\u003e\n\u003c/div\u003e\n\n## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. 🤖 [Introduction](#introduction)\n2. ⚙️ [Tech Stack](#tech-stack)\n3. 🔋 [Features](#features)\n4. 🤸 [Quick Start](#quick-start)\n   - [Prerequisites](#prerequisites)\n   - [Cloning the Repository](#cloning-the-repository)\n   - [Running the Project](#running-the-project)\n   - [How to Use It](#how-to-use-it)\n5. 🕸️ [Snippets](#snippets)\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\n\nWelcome to the React Admin Dashboard project! This project is created with Vite and Tailwind CSS, offering a smooth user experience with customizable themes (light mode/dark mode). The dashboard includes tables, charts, a calendar, and a Kanban board. The Users table features sorting (by age and S. No.) and searching (by name). Additionally, the project includes Google Auth sign-in functionality, implemented using Firebase Console, and leverages Context API for state management.\n\nUsed `vite` as Vite offers faster build times compared to Create-React-App due to its pre-bundling and efficient hot module replacement\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n- **React**\n- **Tailwind CSS**\n- **Firebase**\n- **Context API**\n\n## \u003ca name=\"features\"\u003e🌟 Features\u003c/a\u003e\n\n👉 **Customizable Themes**: Users can switch between light mode and dark mode for an optimal viewing experience.\n\n👉 **Tables with Sorting and Searching**: The Users table allows sorting by age and serial number, as well as searching by name.\n\n👉 **Charts**: Various charts to visualize data effectively.\n\n👉 **Calendar**: A fully functional calendar for tracking events.\n\n👉 **Kanban Board**: A Kanban board to manage tasks and projects.\n\n👉 **Google Auth Sign-in**: Secure sign-in functionality using Google Authentication via Firebase.\n\n👉 **Smooth User Experience**: A highly responsive and intuitive interface ensuring smooth user interactions.\n\n## \u003ca name=\"quick-start\"\u003e🤸 Quick Start\u003c/a\u003e\n\n**Prerequisites**\n\nFollow these steps to set up the project locally on your machine.\n\nMake sure you have the following installed on your machine:\n\n- Git\n- Node.js\n- npm (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/Aditya10403/React-Admin-DashBoard.git\ncd React-Admin-DashBoard\n```\n\n**Running the Project**\n\nInstall dependencies\n\n```bash\nnpm install # or npm i\n```\n\nStart the server:\n\n```bash\nnpm run dev\n```\n\n- Open your browser and navigate to `http://localhost:5173`.\n\n**How to Use**\n\n**`Customizable Themes`**\n\n👉 **Switching Themes**: Use the theme toggle button to switch between light mode and dark mode.\n\n**`Users Table`**\n\n👉 **Sorting**: Click on the column headers (Age, S. No.) to sort the table data accordingly.\n\n👉 **Searching**: Enter a name in the search input field to filter the users' list by name\n\n**`Users Table`**\n\n👉 **Viewing Charts**: Navigate to the charts section to view different data visualizations.\n\n**`Calendar`**\n\n👉 **Adding Events**: Click on a date to add a new event.\n\n**`Kanban Board`**\n\n👉 **Managing Tasks**: Drag and drop tasks between different columns to update their status.\n\n**`Google Auth Sign-in`**\n\n👉 **Signing In**: Click on the Google sign-in button to authenticate using your Google account.\n\n## \u003ca name=\"snippets\"\u003e🕸️ Snippets\u003c/a\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003eindex.html\u003c/code\u003e\u003c/summary\u003e\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003clink rel=\"icon\" type=\"image/svg+xml\" href=\"/favicon.ico\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n    \u003cmeta name=\"theme-color\" content=\"#000000\" /\u003e\n    \u003cmeta name=\"description\" content=\"Admin Dashboard created using ReactJS\" /\u003e\n    \u003ctitle\u003eDashGo\u003c/title\u003e\n  \u003c/head\u003e\n\n  \u003cbody className=\"dark bg-[#F5F5F5] transition-all ease-in delay-300\"\u003e\n    \u003cdiv id=\"root\"\u003e\u003c/div\u003e\n    \u003cscript type=\"module\" src=\"/src/main.jsx\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003evite.config.js\u003c/code\u003e\u003c/summary\u003e\n\n```javascript\nimport { defineConfig } from \"vite\";\nimport react from \"@vitejs/plugin-react\";\n\n// https://vitejs.dev/config/\nexport default defineConfig({\n  plugins: [react()],\n});\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003etailwind.config.js\u003c/code\u003e\u003c/summary\u003e\n\n```javascript\n/** @type {import('tailwindcss').Config} */\nexport default {\n  content: [\"./index.html\", \"./src/**/*.{js,ts,jsx,tsx}\"],\n  darkMode: \"class\",\n  theme: {\n    extend: {\n      fontFamily: {\n        nuito: [\"Nunito Sans\", \"sans-serif\"],\n      },\n    },\n  },\n  plugins: [],\n};\n```\n\n\u003c/details\u003e\n\n## \u003ca\u003e🚨 Disclaimer\u003c/a\u003e\n\nThe Admin DashBoard implemented here is intended for educational purposes only.\n\n#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya10403%2Freact-admin-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya10403%2Freact-admin-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya10403%2Freact-admin-dashboard/lists"}