Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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