Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.78 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.78 KB

Blog Manager

VIDEO: https://youtu.be/nBFdaRMr20w

Blog manaer app that allows to add, edit, delete and display posts on the site. Built with Blazor WebAssembly with a heavy focus on the functionality.

FrontEnd BackEnd Database Frameworks/Tools
HTML .NET Web API SQLite Blazor WASM
CSS
Blazor C#

Potential Improvements

  1. Deploy on Azure server as personal portfolio (when budget allows it)
  2. Add comment section for users

Demo Images

Main page

image

Portfolio Carousel

image

Blog Posts

image

Rich Text enabled (QuillJs)

image

Admin panel requires authentication

image

Content Dashboard (Only Admins)

image

CRUD Posts and Categories

image

Post editing view

image