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.
- Host: GitHub
- URL: https://github.com/repersonxd/taskmanagementsystem
- Owner: repersonxd
- Created: 2024-08-26T11:23:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T06:24:59.000Z (over 1 year ago)
- Last Synced: 2024-10-19T10:32:16.820Z (over 1 year ago)
- Topics: asp-net-core, mssql, react, taskmanagement, web
- Language: C#
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.