All Projects → BorowskiKamil → blazor-tasks

BorowskiKamil / blazor-tasks

Licence: MIT license
Blazor example To-Do App

Programming Languages

C#
18002 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to blazor-tasks

fast-blazor
Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications
Stars: ✭ 928 (+2712.12%)
Mutual labels:  blazor
blazor-analytics
Blazor extensions for Analytics: Google Analytics, GTAG, ...
Stars: ✭ 101 (+206.06%)
Mutual labels:  blazor
BlazorFullCalendar
A Server-Side-Blazor wrapper for FullCalender.io
Stars: ✭ 24 (-27.27%)
Mutual labels:  blazor
EmbeddedBlazorContent
Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
Stars: ✭ 39 (+18.18%)
Mutual labels:  blazor
Blazm.Bluetooth
No description or website provided.
Stars: ✭ 58 (+75.76%)
Mutual labels:  blazor
BlazorScheduler
Scheduler built with Blazor
Stars: ✭ 50 (+51.52%)
Mutual labels:  blazor
smart-blazor
Blazor UI Components & Examples
Stars: ✭ 32 (-3.03%)
Mutual labels:  blazor
BlazorGraphApi
Blazor Server App with Azure AD Authentication, that calls the Microsoft Graph API on-behalf of the signed-in user.
Stars: ✭ 28 (-15.15%)
Mutual labels:  blazor
TailBlazor
Blazor & Tailwind JIT on Azure Static Web Apps
Stars: ✭ 24 (-27.27%)
Mutual labels:  blazor
BlazorCefApp
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
Stars: ✭ 28 (-15.15%)
Mutual labels:  blazor
BlazorLazyLoad
BlazorLazyLoad is a concept of assembly lazy load in Blazor WASM application.
Stars: ✭ 16 (-51.52%)
Mutual labels:  blazor
serilog-sinks-browserhttp
Serilog sink for client-side Blazor, with matching ASP.NET Core server relay
Stars: ✭ 36 (+9.09%)
Mutual labels:  blazor
BlazorApplicationInsights
Application Insights for Blazor web applications
Stars: ✭ 101 (+206.06%)
Mutual labels:  blazor
Blazorade-Teams
A Blazor component library that is designed to be used when building applications for Microsoft Teams.
Stars: ✭ 29 (-12.12%)
Mutual labels:  blazor
Blazor.AdaptiveCards
Adaptive Cards for Blazor
Stars: ✭ 45 (+36.36%)
Mutual labels:  blazor
Blazor-Dashboard
Admin Dashboard Template Theme for Blazor
Stars: ✭ 94 (+184.85%)
Mutual labels:  blazor
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (+39.39%)
Mutual labels:  blazor
worddaze
A Blazor Powered Blogging Application
Stars: ✭ 78 (+136.36%)
Mutual labels:  blazor
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+139.39%)
Mutual labels:  blazor
MetaMask.Blazor
Use MetaMask with Blazor WebAssembly
Stars: ✭ 26 (-21.21%)
Mutual labels:  blazor

Blazor To-Do App

Hey! This repository contains an API written in ASP.NET Core 2.1 and front-end web-application written in experimental .NET web framework Blazor that runs via WebAssembly 🤓

Implemented features:

  • CRUD (create, read, update and delete) actions on tasks
  • Managing categories and assigning tasks to them

Getting Started with Blazor

To get setup with Blazor:

  1. Install the .NET Core 2.1 SDK (2.1.300 or later).
  2. Install Visual Studio 2017 (15.7) with the ASP.NET and web development workload.
  3. Install the latest Blazor Language Services extension from the Visual Studio Marketplace.

Setup Database Connections

This example is running on in memory database. You can change that in Startup.cs file.

Screenshots

Tasks List

Tasks List

Task Details

Task Details

Editing a category

Editing a category

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].