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.
- Host: GitHub
- URL: https://github.com/codesteel/minimaltasks
- Owner: CodeSteel
- Created: 2024-09-16T23:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T17:56:34.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:08:38.720Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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

### Admin Task List

### User Task List

### Table Filtering / Assignee Selection Menu

### Task Page

### Users Page (with Filtering)

### Create Task Page

### Login/Register Page
