https://github.com/donadev/realgoal-android
An old high school project (2017) that visualizes online soccer matches data
https://github.com/donadev/realgoal-android
android java materialui
Last synced: about 2 months ago
JSON representation
An old high school project (2017) that visualizes online soccer matches data
- Host: GitHub
- URL: https://github.com/donadev/realgoal-android
- Owner: donadev
- Created: 2024-04-07T18:51:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T20:20:32.000Z (over 1 year ago)
- Last Synced: 2025-05-29T10:14:40.459Z (4 months ago)
- Topics: android, java, materialui
- Language: Java
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealGoal - Soccer Results App
RealGoal is a simple Android app developed as a learning project during 5th grade of high school. It allows users to view real-time soccer results.
## About
The app is written in Java and uses a backend powered by Sails.js. It scrapes data from two API endpoints:
- `/matches/list` - Retrieves next matches. [Try it here](/matches/list)
- `/matches/detail?id=x` - Retrieves details for a specific match. [Try it here](/matches/detail?id=A7ZInGD0)RealGoal is an unmaintained project developed 7 years ago (2017), intended as a learning exercise for understanding app development, API integration, and web scraping.
## Install
Simple open the project in Android Studio, the code is ready to be built.
## Other repos- [Backend Repository](https://github.com/donadev/realgoal-bk)
## Developer
Developed with by [Luigi Donadel](https://luigidonadel.com)