https://github.com/anasfik/coding_challenge
https://github.com/anasfik/coding_challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anasfik/coding_challenge
- Owner: anasfik
- Created: 2023-05-16T05:45:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T10:08:45.000Z (over 2 years ago)
- Last Synced: 2025-09-18T15:42:26.718Z (4 months ago)
- Language: Dart
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
1. You will need to have Dart & Flutter installed in your machine. You can find the instructions [here](https://flutter.dev/docs/get-started/install).
2. Clone this repo, with git run:
```bash
git clone https://github.com/anasfik/coding_challenge
```
3. Open the project in your favorite IDE (I use VSCode).
4. from your command line run:
```bash
flutter pub get
```
5. Run the app either from the build-in debug button in your IDE or by running in the command line:
```bash
flutter run
```