From b2df536f1eafcb3218b7608096a130d14b9b3642 Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Fri, 18 Jul 2025 13:41:10 +0330 Subject: [PATCH] update index --- index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 9f9abce..94c08d0 100644 --- a/index.md +++ b/index.md @@ -72,11 +72,13 @@ A **Clean Architecture-based** backend designed to be **modular, testable, and s - **Presentation Layer** 🌐 - ASP.NET Core RESTful Web API -✅ **Why Clean Architecture?** +**Why Clean Architecture?** - Clear **dependency direction** (outer layers depend only on inner ones). - Easier testing (business logic independent of frameworks). - High **maintainability and scalability**. + + #### **🎨 Frontend — Transportation Management Web App** - **Tech Stack**: React, TypeScript, Zustand, Axios, Tailwind CSS - **Focus**: A simple but modern UI to consume the API and simulate real-world use cases