An open API service indexing awesome lists of open source software.

https://github.com/codesteel/minimaltasks

A minimalistic industry-ready task management web-application made with ASP.NET & React.
https://github.com/codesteel/minimaltasks

Last synced: 11 months ago
JSON representation

A minimalistic industry-ready task management web-application made with ASP.NET & React.

Awesome Lists containing this project

README

          

# 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](https://wakatime.com/badge/user/2d870dab-4a32-4b61-92e1-e72e79bac1da/project/d11f3ff7-b254-474f-b978-7e45c418ce27.svg)](https://wakatime.com/badge/user/2d870dab-4a32-4b61-92e1-e72e79bac1da/project/d11f3ff7-b254-474f-b978-7e45c418ce27)

## 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](https://github.com/user-attachments/assets/65d457fe-adf8-44f6-b3c8-a9bc81adbe5c)

### Admin Task List
![image](https://github.com/user-attachments/assets/208f1869-b2df-43d4-985b-d14aa118c3e4)

### User Task List
![image](https://github.com/user-attachments/assets/967ec8b0-5940-4d34-b5b2-24a65d8e50e5)

### Table Filtering / Assignee Selection Menu
![image](https://github.com/user-attachments/assets/ccee2ea4-8fda-4e35-807f-9b3de6ab8e21)

### Task Page
![image](https://github.com/user-attachments/assets/d9eed586-5423-4e15-86a7-40fa8dcb28d3)

### Users Page (with Filtering)
![image](https://github.com/user-attachments/assets/8311f959-4644-495c-a73a-965985af291b)

### Create Task Page
![image](https://github.com/user-attachments/assets/8a840103-adde-4ed4-a4eb-ddbf195fa7d9)

### Login/Register Page
![image](https://github.com/user-attachments/assets/cf504c99-109e-4e58-b92d-05b66e0888e1)