An open API service indexing awesome lists of open source software.

https://github.com/anasfik/coding_challenge


https://github.com/anasfik/coding_challenge

Last synced: 3 months ago
JSON representation

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