{"id":50434610,"url":"https://github.com/top-submissions/fullstackjs-admin-dashboard","last_synced_at":"2026-05-31T16:30:38.120Z","repository":{"id":329738005,"uuid":"1120423310","full_name":"top-submissions/fullstackjs-admin-dashboard","owner":"top-submissions","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-22T06:20:38.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T04:26:23.156Z","etag":null,"topics":["css-grids","full-stack-js-path","odin-project","the-odin-project","the-odin-project-full-stack-js","top"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/top-submissions.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-21T07:15:52.000Z","updated_at":"2025-12-22T06:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/top-submissions/fullstackjs-admin-dashboard","commit_stats":null,"previous_names":["top-submissions/fullstackjs-admin-dashboard"],"tags_count":null,"template":false,"template_full_name":"MatimotTheTimoters/templates-solo-default","purl":"pkg:github/top-submissions/fullstackjs-admin-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-submissions%2Ffullstackjs-admin-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-submissions%2Ffullstackjs-admin-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-submissions%2Ffullstackjs-admin-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-submissions%2Ffullstackjs-admin-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/top-submissions","download_url":"https://codeload.github.com/top-submissions/fullstackjs-admin-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-submissions%2Ffullstackjs-admin-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33739860,"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-05-31T02:00:06.040Z","response_time":95,"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":["css-grids","full-stack-js-path","odin-project","the-odin-project","the-odin-project-full-stack-js","top"],"created_at":"2026-05-31T16:30:37.445Z","updated_at":"2026-05-31T16:30:38.104Z","avatar_url":"https://github.com/top-submissions.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# admin-dashboard\n\nA **responsive admin dashboard** built with **HTML, CSS Grid, and vanilla JavaScript**  \nas part of **The Odin Project – Intermediate HTML \u0026 CSS course**.\n\nThis project demonstrates advanced CSS Grid layout techniques by creating a fully-functional dashboard interface with a sidebar, header, project cards, announcements section, and trending users panel.\n\n---\n\n## 🚀 Live Demo\n\n👉 https://top-submissions.github.io/fullstackjs-admin-dashboard/\n\n---\n\n## 📋 Project Overview\n\nThe dashboard is designed with a modern, professional interface:\n\n- **Sidebar navigation** with SVG icons  \n- **Header** containing user info, search, and action buttons  \n- **Projects grid** with responsive cards  \n- **Announcements \u0026 trending users panel**  \n- Fully **responsive** across desktop, tablet, and mobile\n\n---\n\n## ✨ Features\n\n- **Responsive Layout:** CSS Grid for main and nested layouts  \n- **SVG Icons:** Loaded using `\u003cuse\u003e` tags  \n- **Interactive Elements:**  \n  - Hover states for navigation items  \n  - Action buttons on project cards  \n  - Functional search bar  \n- **Mobile-Friendly:** Adapts to smaller screens  \n- **Modern Design:** Clean UI with transitions and hover effects\n\n---\n\n## 🛠 Technologies Used\n\n- **HTML5:** Semantic markup structure  \n- **CSS3:** Grid, Flexbox, CSS Variables, Media Queries  \n- **JavaScript (ES6):** DOM manipulation for interactive features  \n- **SVG:** Vector icons for interface elements  \n- **Google Fonts:** Roboto font family\n\n---\n\n## 🎨 Design Implementation\n\n* **Main Grid:** 2 columns, 2 rows\n\n  * Column 1: Sidebar (fixed width)\n  * Column 2: Header + Main Content\n* **Header Grid:** 2x2 for search, user info, greeting, actions\n* **Main Content Grid:** 2 columns for projects and right sidebar\n* **Projects Grid:** Responsive cards\n\n**Color Scheme:**\n\n| Color         | Usage                 | HEX Code |\n| ------------- | --------------------- | -------- |\n| Primary Blue  | Sidebar, buttons      | #1992d4  |\n| Accent Yellow | Card borders, avatars | #f0b429  |\n| Light Gray    | Background            | #e2e8f0  |\n| White         | Cards, header         | #ffffff  |\n| Dark Gray     | Text                  | #333333  |\n| Medium Gray   | Secondary text        | #666666  |\n\n---\n\n## 📱 Responsive Design\n\n* **Desktop:** Full layout with sidebar\n* **Tablet:** Stacked main content, smaller sidebar\n* **Mobile:** Single column layout, hamburger menu (future enhancement)\n\n---\n\n## 📚 Learning Outcomes\n\n* Advanced **CSS Grid** techniques\n* Nested grids and responsive design\n* SVG icon implementation\n* JavaScript DOM manipulation\n* Project structure and organization\n\n---\n\n## 🙏 Acknowledgments\n\n* The Odin Project – course specification and guidance\n* Material Design Icons – icon inspiration\n* Google Fonts – Roboto typeface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-submissions%2Ffullstackjs-admin-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftop-submissions%2Ffullstackjs-admin-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-submissions%2Ffullstackjs-admin-dashboard/lists"}