diff --git a/README.md b/README.md index 0965914..41ebea2 100644 --- a/README.md +++ b/README.md @@ -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