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