{"id":28961013,"url":"https://github.com/zl23abdessamed/blazorthemeswebtest","last_synced_at":"2026-04-10T15:35:40.465Z","repository":{"id":300765110,"uuid":"1006687900","full_name":"Zl23Abdessamed/BlazorThemesWebTest","owner":"Zl23Abdessamed","description":"BlazorThemes Website , a dedicated showcase for BlazorThemes – a powerful and elegant theme management library for Blazor and .NET C#.","archived":false,"fork":false,"pushed_at":"2025-06-23T13:48:02.000Z","size":30826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T14:04:25.447Z","etag":null,"topics":["blazor","blazor-client","blazor-webassembly","csharp","csharp-library","custom-theme","dark-mode","dotnet","light-mode","razor-class-library","theme","theme-management","themes","ui"],"latest_commit_sha":null,"homepage":"https://zl23abdessamed.github.io/BlazorThemesWebTest/","language":"CSS","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/Zl23Abdessamed.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-22T19:51:10.000Z","updated_at":"2025-06-23T13:48:05.000Z","dependencies_parsed_at":"2025-06-23T14:04:28.728Z","dependency_job_id":"cd612a7f-aa89-41b4-b1fd-1d9b83f4c6c3","html_url":"https://github.com/Zl23Abdessamed/BlazorThemesWebTest","commit_stats":null,"previous_names":["zl23abdessamed/blazorthemeswebtest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zl23Abdessamed/BlazorThemesWebTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zl23Abdessamed%2FBlazorThemesWebTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zl23Abdessamed%2FBlazorThemesWebTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zl23Abdessamed%2FBlazorThemesWebTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zl23Abdessamed%2FBlazorThemesWebTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zl23Abdessamed","download_url":"https://codeload.github.com/Zl23Abdessamed/BlazorThemesWebTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zl23Abdessamed%2FBlazorThemesWebTest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261589824,"owners_count":23181432,"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":["blazor","blazor-client","blazor-webassembly","csharp","csharp-library","custom-theme","dark-mode","dotnet","light-mode","razor-class-library","theme","theme-management","themes","ui"],"created_at":"2025-06-24T02:01:10.437Z","updated_at":"2025-12-30T22:25:38.520Z","avatar_url":"https://github.com/Zl23Abdessamed.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n```markdown\n# BlazorThemes Showcase Website  \n\nA visually engaging static website built with Blazor WebAssembly that demonstrates the powerful theme management capabilities of the BlazorThemes library.\n\n## 📚 Table of Contents\n- [🚀 Live Demo](#-live-demo)\n- [✨ Features](#-features)\n- [🛠️ Prerequisites](#%EF%B8%8F-prerequisites)\n- [🏗️ Getting Started](#%EF%B8%8F-getting-started)\n- [📁 Project Structure](#-project-structure)\n\n## 🚀 Live Demo\n- **Showcase Site**: [BlazorThemesWebTest](https://zl23abdessamed.github.io/BlazorThemesWebTest/)\n- **Library Repository**: [BlazorThemes](https://github.com/Zl23Abdessamed/BlazorThemes)\n\n## ✨ Features\n- **Theme Switching**: Instant light/dark/auto theme toggling\n- **Transition Gallery**: Preview fade, slide, ripple, and blur transitions\n- **Custom Themes**: Create and apply custom theme configurations\n- **Time Scheduling**: Configure automatic day/night theme switching\n- **System Integration**: Respects OS-level theme preferences\n- **Responsive Design**: Works flawlessly on all device sizes\n- **Accessibility**: Full keyboard navigation and ARIA support\n\n## 🛠️ Prerequisites\n- .NET 7 SDK or later\n- Modern browser (Chrome, Edge, Firefox, Safari)\n- Git\n\n## 🏗️ Getting Started\n1. Clone the repository:\n```bash\ngit clone https://github.com/Zl23Abdessamed/BlazorThemesWebTest.git\ncd BlazorThemesWebTest\n```\n\n2. Restore dependencies:\n```bash\ndotnet restore\n```\n\n3. Run the development server:\n```bash\ndotnet run --project src/BlazorThemesWebTest\n```\n\n## 📁 Project Structure\n```\nblazorthemes-showcase/\n├─ .github/             # CI workflows for GitHub Pages\n├─ Components/          # Reusable theme components\n├─ Layout/              # Application layout\n├─ Pages/               # Feature demonstration pages\n├─ Properties/          # Project configuration\n├─ wwwroot/             # Static assets (CSS, images)\n├─ App.razor            # Root component\n├─ BlazorThemesWebTest.csproj  # WASM project file\n├─ Program.cs           # Startup configuration\n├─ _Imports.razor       # Global imports\n└─ nuget.config         # NuGet configuration\n```\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl23abdessamed%2Fblazorthemeswebtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzl23abdessamed%2Fblazorthemeswebtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzl23abdessamed%2Fblazorthemeswebtest/lists"}