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: 3 months ago
JSON representation
Blazor example To-Do App
- Host: GitHub
- URL: https://github.com/BorowskiKamil/blazor-tasks
- Owner: BorowskiKamil
- License: mit
- Created: 2018-06-12T17:03:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T23:17:22.000Z (about 6 years ago)
- Last Synced: 2024-06-29T03:34:41.330Z (5 months ago)
- Topics: blazor, dotnet-core
- Language: C#
- Size: 994 KB
- Stars: 34
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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")