Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

53 lines
1.4 KiB
Markdown

<p align="left">
<img src="http://img.shields.io/:license-apache-blue.svg" alt="License" />
<img src="https://img.shields.io/badge/status-incomplete-orange.svg" />
</p>
# The Sports DB
Just a personal project playing with the free [SportsDB](https://www.thesportsdb.com/api.php?ref=apilist.fun) using JetpackCompose
## Screen 1 & 2:
<table>
<tr>
<td>
<img src="/screenshots/new_home.png" width="280"/>
</td>
<td>
<img src="/screenshots/events.png" width="280"/>
</td>
</tr>
<tr>
<td>
<img src="/screenshots/home_dark.png" width="280"/>
</td>
<td>
<img src="/screenshots/events_dark.png" width="280"/>
</td>
</tr>
</table>
## Draft User Interface Mock
![UI](https://user-images.githubusercontent.com/11560987/79800423-2b819880-832a-11ea-9bbd-1e247048ccd4.png)
## License
```
Copyright [2020] [Madona Syombua]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```