From 1874f3a57322380648837ff6b377579ea79ebcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Sun, 20 Jul 2025 16:39:21 -0300 Subject: [PATCH] docs: add features section to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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