mpaulohs / shopping-blazor

I wanted to try out the new blazor framework and searched for a use case. So I wanted to create a shopping list app to create shopping lists and manage their status with other people.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping

Small shopping list web-app build with Blazor WebAssembly. Using ASP.NET Core Hosting model.

Main Features:

  • User Accounts
  • Add Product Categories
  • Add Product Items in Categories
  • Create Shopping lists
  • Add, modify and remove items from list
  • Create User Groups for sharing of shopping lists

Build Status

Hosted on Azure App Services in free tier. Using Azure Cosmos DB as data store and My SQL In-App databse for user storage with Aps Net Core Identity.

Using also:

Server

Client

About

I wanted to try out the new blazor framework and searched for a use case. So I wanted to create a shopping list app to create shopping lists and manage their status with other people.


Languages

Language:C# 70.3%Language:HTML 28.3%Language:CSS 0.5%Language:JavaScript 0.5%Language:PowerShell 0.3%