Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.92 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.92 KB

MinimalTasks

A minimalistic industry-ready task management web-application made with ASP.NET & React. Designed for customers to be the users (create new tasks, set the priority) and developers to be the admins (do the task, close when finished).

Development Time

wakatime

Features

  • User registration/login.
  • Admin role for special access & actions.
  • Data tables with easy-to-use filtering.
  • Tasks table displaying all tasks.
  • Users table displaying all users and their roles.
  • Users can Create or Delete their own tasks.
  • Admins can Delete or Update the Status, Priority, & Assignee of any task.
  • Each task stores a conversation of messages.
  • Edit Task side bar component for easy editing access.
  • Responsive UI Design.

Tech Stack

  • ASP.NET MVC
  • React
  • TailwindCSS
  • .NET 8.0

Admin Dashboard

image

Admin Task List

image

User Task List

image

Table Filtering / Assignee Selection Menu

image

Task Page

image

Users Page (with Filtering)

image

Create Task Page

image

Login/Register Page

image