Project Renoir is a reference web application built on the
latest .NET Core and Blazor stack to demonstrate the implementation of a clean architecture.
The app is centered around three fundamental business entities: product, release note, and roadmap.
According to their role and assigned permissions,
logged users can:
Create and edit products
Assign contributors to a product
Create and edit release notes and roadmap
Navigate the list of available documents (release notes and roadmaps)
We could use fancy words to describe how we spend our work hours here but,
at the very end of the day, all we do is looking at how to make things simple.