https://github.com/0xedu/euro-tracker
Euro Tracker is a simple Android app that fetches the current EUR to BRL exchange rate daily and displays it with a notification at noon. Built with Jetpack Compose and Kotlin.
https://github.com/0xedu/euro-tracker
android currency currency-exchange-rates currency-tracker exchange-rates jetpack-compose kotlin open-source
Last synced: 5 months ago
JSON representation
Euro Tracker is a simple Android app that fetches the current EUR to BRL exchange rate daily and displays it with a notification at noon. Built with Jetpack Compose and Kotlin.
- Host: GitHub
- URL: https://github.com/0xedu/euro-tracker
- Owner: 0xEDU
- License: agpl-3.0
- Created: 2025-05-06T17:58:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T21:12:29.000Z (5 months ago)
- Last Synced: 2025-05-06T21:24:52.452Z (5 months ago)
- Topics: android, currency, currency-exchange-rates, currency-tracker, exchange-rates, jetpack-compose, kotlin, open-source
- Language: Kotlin
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📱 Euro Tracker
Euro Tracker is a minimal Android app that shows the current Euro-to-BRL exchange rate. It fetches real-time data from [Frankfurter API](https://frankfurter.dev/) and displays it in a modern Compose UI. The app also sends a daily notification at noon with the current Euro rate.
## ✨ Features
* 📈 Real-time Euro-to-BRL conversion
* ⏰ Daily notifications at noon with the current rate
* 🌙 Dark-themed, modern Material 3 UI
## 📸 Screenshots
## 🚀 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/your-username/euro-tracker.git
```2. Open in Android Studio
3. Run the app on an emulator or real device running (API 30+ required).
## 🛠️ Tech Stack
* Kotlin
* Jetpack Compose
* WorkManager
* Material 3
* Frankfurter API
## 🔒 License
This project is licensed under the *GNU General Public License v3.0* license.
📄 See the full license in LICENSE.
## 🙋 Contributing
Pull requests are welcome! If you have ideas to improve the project or learn from it, feel free to fork and explore.