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