One clear proof
Your repo should prove three things fast: the code runs, the app was tested, and the demo can be understood in two minutes.
A recruiter or judge should not need to message you for setup steps.
Flutter
Your repo should prove three things fast: the code runs, the app was tested, and the demo can be understood in two minutes.
A recruiter or judge should not need to message you for setup steps.
0 of 7 lessons done · proved by a submitted project with a public repository
Do each one yourself, then tap it to tick it off. The ticks are only a checklist for you: they are not marked or scored.
0 of 5 done
Create or update README.md at the root of your repo. Keep it honest. If a feature is pending, say so.
# Campus Food Finder
A Flutter Android app that shows nearby budget food spots for college students.
## Features
- Home screen with food places from an API
- Detail screen for each place
- Saved places stored on the device
- Android demo build tested on a phone/emulator
## Tech stack
- Flutter
- Dart
- HTTP API
- Local device storage
## Setup
1. Install Flutter on the stable channel.
2. Clone this repo.
3. Run:
flutter pub get
flutter run
## Demo steps
1. Open the app.
2. Wait for the food list to load.
3. Tap any item to open details.
4. Save one place.
5. Restart the app and check that the saved place remains.
## Build and test evidence
- Tested on: Android emulator or phone model name
- Command used for APK: flutter build apk --split-per-abi
- Install check: flutter install
## Screenshots
Add 2 to 4 screenshots here: home, detail, saved screen, phone install.You can ask ChatGPT, Gemini, or Claude to improve your README. Paste your real feature list and ask for a short setup guide.
Check every command it returns. Do not keep fake features, fake APIs, or tools you did not use.
Do not submit only an APK. The task is a public repository with runnable source code and proof that it was built and tested.
Do not leave the README as the default Flutter text. That tells the reviewer you did not package the project properly.
Do each one yourself, then tap it to tick it off. The ticks are only a checklist for you: they are not marked or scored.
0 of 5 done
Do each one yourself, then tap it to tick it off. The ticks are only a checklist for you: they are not marked or scored.
0 of 5 done
Answer the quick check to finish this lesson.