https://github.com/ekoopmans/dius-tennis-flutter
Tennis coding test for DiUS - Built in Flutter
https://github.com/ekoopmans/dius-tennis-flutter
Last synced: 8 months ago
JSON representation
Tennis coding test for DiUS - Built in Flutter
- Host: GitHub
- URL: https://github.com/ekoopmans/dius-tennis-flutter
- Owner: eKoopmans
- Created: 2019-11-05T11:11:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T11:20:21.000Z (over 6 years ago)
- Last Synced: 2025-03-27T03:22:23.749Z (about 1 year ago)
- Language: Dart
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dius_tennis_flutter
This module implements the DiUS tennis coding test in Flutter - for learning!
## Getting Started
To run this project, first clone the repo:
```
mkdir dius-tennis-flutter
cd dius-tennis-flutter
git clone https://github.com/eKoopmans/dius-tennis-flutter.git .
```
Then run via the command line or VS Code.
Note that this project requires the Flutter SDK to be installed - see [Flutter Getting Started](https://flutter.dev/docs/get-started/install) for more info.
## Features
This project has two buttons which allow you to award points to Player 1 or Player 2, and displays the current Game, Set, and Match scores.
There is also a reset button at the bottom to reset all scores.
There is still lots of room for improvement:
- Adding test cases (None implemented in Flutter)
- Having an intro screen that allows you to enter the players' names
- Responsive sizing and styling
- Fun animations