docs: add features section to README.md
All checks were successful
Android Unit Tests / tests (push) Successful in 7m26s

This commit is contained in:
Leonardo Murça 2025-07-20 16:39:21 -03:00
parent 4b0534e8d3
commit 1874f3a573

View file

@ -15,6 +15,19 @@ Architecture and Layered Architecture for simplicity, scalability, and testabili
|----------------------------------|--------------------------------|-----------------------------------|
| ![Screenshot](./docs/splash.png) | ![Screenshot](./docs/home.png) | ![Screenshot](./docs/details.png) |
## ✨ Features
- 🔄 Real-time list of upcoming and live CSGO matches
- 🕒 Localized match time formatting (Hoje, Amanhã, weekday in pt-BR)
- 🎮 Team information and match time display
- 📱 Built with Jetpack Compose and Material 3
- 🔍 MVVM architecture for reactive UI state handling
- 🧱 Clean + Layered architecture for maintainability
- 🔃 **Pagination support** to load more matches as you scroll
- 🔁 **Pull-to-refresh** on the home screen to manually refresh data
- ✅ Unit tested with MockK and JUnit
- ⚙️ CI pipeline to automatically run tests on push to main
## 🚀 Getting Started
### ✅ Prerequisites