Skip to content

Commit ed039df

Browse files
author
Manuel López
committed
Initial commit
0 parents  commit ed039df

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Arena Sport
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Arena Sport
2+
![license](https://img.shields.io/badge/license-MIT-green?style=flat-square)
3+
Arena Sport open-source Flutter challenge.
4+
Earn your chance to become a permanent member or external collaborator of Arena Sport, the new upcoming official ecosystem for sports.
5+
6+
## Screenshots
7+
Some screens that will help you.
8+
| Main page | Stats page |
9+
| -- | -- |
10+
|![Main page](https://user-images.githubusercontent.com/17878459/92183024-90dead80-ee23-11ea-9429-1b25e2a73485.jpeg)|![Stats page](https://user-images.githubusercontent.com/17878459/92185921-83c5bc80-ee2b-11ea-8763-4adf3595bb9f.jpeg)|
11+
12+
## Requirements
13+
All of the following requirements must to be fully functional.
14+
15+
- Sign in page (Email, Google, Facebook, etc.)
16+
- Home page consuming the endpoint (like the screenshot above)
17+
- And make some magic ✨
18+
19+
## Submitting
20+
- Fork the repository and clone it to your local machine
21+
- Create a branch with your name and make it the default one.
22+
- Make your changes and create a pull request.
23+
24+
**DON'T FORGET TO PUSH YOUR CODE BEFORE SEP 13 12PM GMT.**
25+
We will be announcing the results on Monday 14.
26+
27+
## Backend
28+
You must use our GraphQL endpoint that can be found [here](http://137.135.44.198:4000/graphql).
29+
Therefore, you can use any API you want to retrieve the sport news. ([example](https://rapidapi.com/collection/espn-api-alternative))
30+
31+
## License
32+
This project is under the [MIT License](https://opensource.org/licenses/MIT).
33+
Feel free to submit issues or create pull requests.

0 commit comments

Comments
 (0)