docs: add features section to README.md
All checks were successful
Android Unit Tests / tests (push) Successful in 7m26s
All checks were successful
Android Unit Tests / tests (push) Successful in 7m26s
This commit is contained in:
parent
4b0534e8d3
commit
1874f3a573
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -15,6 +15,19 @@ Architecture and Layered Architecture for simplicity, scalability, and testabili
|
||||||
|----------------------------------|--------------------------------|-----------------------------------|
|
|----------------------------------|--------------------------------|-----------------------------------|
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
|
## ✨ 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
|
## 🚀 Getting Started
|
||||||
|
|
||||||
### ✅ Prerequisites
|
### ✅ Prerequisites
|
||||||
|
|
Loading…
Add table
Reference in a new issue