{"id":16989760,"url":"https://github.com/nicofilips/blazor-todo-webapp","last_synced_at":"2025-04-12T04:09:58.403Z","repository":{"id":220659876,"uuid":"752217065","full_name":"NicoFilips/blazor-todo-webapp","owner":"NicoFilips","description":"This is a Blazor App hosted on Azure, which is able to be rendered on the server side, but also on the client with webassembly. It also implements a minimal API 🌐💻","archived":false,"fork":false,"pushed_at":"2024-04-05T08:20:32.000Z","size":27447,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:09:46.116Z","etag":null,"topics":["blazor","csharp","net8","webassembly"],"latest_commit_sha":null,"homepage":"http://blazor-todo-webapp.azurewebsites.net/","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/NicoFilips.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}},"created_at":"2024-02-03T11:32:41.000Z","updated_at":"2024-02-04T17:15:47.000Z","dependencies_parsed_at":"2024-04-05T09:39:10.837Z","dependency_job_id":null,"html_url":"https://github.com/NicoFilips/blazor-todo-webapp","commit_stats":null,"previous_names":["nicofilips/blazor-todo-webapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoFilips%2Fblazor-todo-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoFilips%2Fblazor-todo-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoFilips%2Fblazor-todo-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoFilips%2Fblazor-todo-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicoFilips","download_url":"https://codeload.github.com/NicoFilips/blazor-todo-webapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514221,"owners_count":21116903,"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","csharp","net8","webassembly"],"created_at":"2024-10-14T03:07:48.087Z","updated_at":"2025-04-12T04:09:58.380Z","avatar_url":"https://github.com/NicoFilips.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/NicoFilips/blazor-todo-webapp/\"\u003e\n  \u003cimg src=\"https://github.com/NicoFilips/blazor-todo-webapp/assets/35654361/bc0cc621-c2b9-4b98-9041-e40cf0ce8c30\" alt=\"Logo\" width=\"200\" height=\"200\"\u003e\n\u003c/a\u003e\n\n\u003cblockquote\u003e\n  \u003cp\u003eSource: DALL-E 3\u003c/p\u003e\n\u003c/blockquote\u003e\n\n[![Node.js CI](https://github.com/NicoFilips/AzureAppService.NicoFilips/actions/workflows/node.js.yml/badge.svg)](https://github.com/NicoFilips/AzureAppService.NicoFilips/actions/workflows/node.js.yml)\n[![.github/workflows/azure-webapps-node.yml](https://github.com/NicoFilips/AzureAppService.NicoFilips/actions/workflows/deploy-Azure.yml/badge.svg)](https://github.com/NicoFilips/AzureAppService.NicoFilips/actions/workflows/deploy-Azure.yml)\n\n# Blazor Todo Webapp\n\n## Overview:\nThis repository contains the Blazor Todo Webapp, a comprehensive Blazor application that supports both Server-Side and Client-Side Rendering. It is based on .NET 8 and uses MudBlazor for the UI components.\n\n| Component                 | Description |\n|---------------------------|--------------|\n| `blazor-todo-webapp.rcl`  | Reusable Component Library (RCL) containing shared Blazor components. These components are used in both Server-Side and Client-Side Rendering. |\n| `blazor-todo-webapp.api`  | A Minimal API project providing backend logic and data access layer. It's a lightweight API enabling CRUD operations for the Todo items. |\n| `blazor-todo-webapp.wasm` | WebAssembly project for Client-Side Rendering. It utilizes components from the RCL and communicates with the API for data-driven operations. |\n| `blazor-todo-webapp.ssr`  | Server-Side Rendering project. It also uses the RCL components and enables quick initial page loading and SEO benefits. |\n\n# Blazor Todo Webapp 📚\n\n## Table of Contents 📋\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand 🖱️\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project 📖\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With 🛠️\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#component-structure\"\u003eComponent Structure 🏗️\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started 🚀\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites 📋\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation 📥\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage 🔨\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing 👨‍👩‍👦‍👦\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense 🏳️\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact 🪪\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#acknowledgments\"\u003eAcknowledgments 🦉\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## About The Project 📖\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n## Built With 🛠️\n\n\u003c!-- LIST OF TECHNOLOGIES USED --\u003e\n\n## Component Structure 🏗️\n\n\u003c!-- COMPONENT STRUCTURE DESCRIPTION --\u003e\n\n## Getting Started 🚀\n\n### Prerequisites 📋\n\n\u003c!-- LIST OF PREREQUISITES --\u003e\n\n### Installation 📥\n\n\u003c!-- INSTALLATION INSTRUCTIONS --\u003e\n\n## Usage 🔨\n\n\u003c!-- HOW TO USE THE APP --\u003e\n\n\u003c!-- CONTRIBUTING GUIDELINES --\u003e\n## Contributing 👨‍👩‍👦‍👦\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\". Don't forget to give the project a star! Thanks again!\n\n    Fork the Project\n    Create your Feature Branch (git checkout -b feature/AmazingFeature)\n    Commit your Changes (git commit -m 'Add some AmazingFeature')\n    Push to the Branch (git push origin feature/AmazingFeature)\n    Open a Pull Request\n\n\n## License 🏳️\n\n\u003c!-- LICENSE INFORMATION --\u003e\n\n## Contact 🪪\n\n\u003c!-- CONTACT INFORMATION --\u003e\n\n## Acknowledgments 🦉\n\n\u003c!-- ACKNOWLEDGMENTS AND RESOURCES --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicofilips%2Fblazor-todo-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicofilips%2Fblazor-todo-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicofilips%2Fblazor-todo-webapp/lists"}