update index

This commit is contained in:
2025-07-18 13:41:10 +03:30
parent 96fe18bfa3
commit b2df536f1e
+3 -1
View File
@@ -72,11 +72,13 @@ A **Clean Architecture-based** backend designed to be **modular, testable, and s
- **Presentation Layer** 🌐 - **Presentation Layer** 🌐
- ASP.NET Core RESTful Web API - ASP.NET Core RESTful Web API
**Why Clean Architecture?** **Why Clean Architecture?**
- Clear **dependency direction** (outer layers depend only on inner ones). - Clear **dependency direction** (outer layers depend only on inner ones).
- Easier testing (business logic independent of frameworks). - Easier testing (business logic independent of frameworks).
- High **maintainability and scalability**. - High **maintainability and scalability**.
#### **🎨 Frontend — Transportation Management Web App** #### **🎨 Frontend — Transportation Management Web App**
- **Tech Stack**: React, TypeScript, Zustand, Axios, Tailwind CSS - **Tech Stack**: React, TypeScript, Zustand, Axios, Tailwind CSS
- **Focus**: A simple but modern UI to consume the API and simulate real-world use cases - **Focus**: A simple but modern UI to consume the API and simulate real-world use cases