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

https://github.com/repersonxd/taskmanagementsystem

A full-stack application for managing tasks with features for user authentication, task management, and filtering. Built with .NET Core, React, and MSSQL.
https://github.com/repersonxd/taskmanagementsystem

asp-net-core mssql react taskmanagement web

Last synced: 4 months ago
JSON representation

A full-stack application for managing tasks with features for user authentication, task management, and filtering. Built with .NET Core, React, and MSSQL.

Awesome Lists containing this project

README

          

# Task Management System

## Introduction

Welcome to the Task Management System project! This application allows users to create, manage, and track their tasks effectively. It provides a user-friendly interface for managing tasks and offers features such as adding, editing, deleting, and updating the status of tasks.

## Features

- **User Authentication**: Secure login and registration with JWT (JSON Web Token) for user authentication.
- **Task Management**: Add, edit, and delete tasks.
- **Task Status**: Mark tasks as completed or incomplete.
- **Task Filtering**: View tasks based on their completion status (completed or not completed).

## Technologies

This project leverages a full-stack development approach using:

- **.NET Core** for backend development
- **React** for the frontend user interface
- **MSSQL** for database management

This project provides a comprehensive development experience and helps improve skills in database management, UI design, and backend development.