/timesheet

Timesheet App build with .NET6

Primary LanguageC#

Timesheet App

An open source projects for those who want to understand .net full-stack (backend to frontend) project looks like. I personally use Blazor Radzen because this is one of my favorite ones, as the framework covers all the most commons situations and standard systems, and also this repository on Github has constant updates as well, indicating the updates and improvements are constant as well. Last but not least, this solution using .NET6

Design Features

Content Management System (CMS) App

  1. Dashboard
  2. Create/Update/Delete Users
  3. Create/Update/Delete Projects
  4. Read/Update Timesheet

Client App

  1. Dashboard
  2. Create/Update Timesheet

Getting Started

  • Install SDK .Net6. Download here
  • SQL Server Express Installed. Download here
  • run dotnet build
  • then run dotnet run

Applications

Content Management System (CMS)

Client App

Web Api App