Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/BorowskiKamil/blazor-tasks

Blazor example To-Do App
https://github.com/BorowskiKamil/blazor-tasks

blazor dotnet-core

Last synced: 2 days ago
JSON representation

Blazor example To-Do App

Lists

README

        

# 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](https://go.microsoft.com/fwlink/?linkid=873092) (2.1.300 or later).
2. Install [Visual Studio 2017 (15.7)](https://go.microsoft.com/fwlink/?linkid=873093) with the *ASP.NET and web development* workload.
3. Install the latest [Blazor Language Services extension](https://go.microsoft.com/fwlink/?linkid=870389) 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](https://i.imgur.com/g2GRlUL.png "Tasks List")

#### Task Details
![Task Details](https://i.imgur.com/vCqegZa.png "Task Details")

#### Editing a category
![Editing a category](https://i.imgur.com/rMuFFbR.png "Editing a category")