From ace2fad3e04693257d16c5af7108e3a19824b8b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:12:38 +0000 Subject: [PATCH 1/2] Initial plan From e8c6d3fa17ebde2357d5cb44f12432a7b69c6cd2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:16:33 +0000 Subject: [PATCH 2/2] docs: add HR-friendly project description to root README Co-authored-by: viktorpekhun <129255792+viktorpekhun@users.noreply.github.com> --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b741530 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# WebProject_API_React + +WebProject_API_React is a full-stack task management platform where users can securely register, sign in, create background jobs, and track their progress and results in one interface. + +From a business perspective, it demonstrates how to build a production-style web product with user authentication, async processing, and clear status visibility for long-running operations. + +**Tech stack:** ASP.NET Core Web API, Entity Framework Core, SQL Server, JWT authentication, React, Redux Toolkit, Vite, and React Bootstrap. + +## Key Highlights + +- Secure authentication and authorization (JWT + refresh token flow) +- Background task orchestration with status, restart, and cancel support +- User-specific task history and result retrieval +- Modern frontend architecture with protected routes and centralized state management