53 lines
1.4 KiB
Markdown
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
|
|

|
|
|
|
|
|
## 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.
|
|
|
|
```
|