From 9d66254c489c2955b2b0a32a46bfda9d2d948597 Mon Sep 17 00:00:00 2001 From: An Tran Date: Wed, 6 Oct 2021 13:23:24 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef508b..4d0f061 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,19 @@ A library supporting fast prototyping for iOS Projects. ![architecture](Assets/architecture.jpg) +## Sample app + +There is a sample app inside this repository. The app fetches the list of popular Swift repositories from Github and display them in a UITableView. + +The app will contain all scenarios for each of the components, as well as a mocking and a production environment scenarios. + +https://user-images.githubusercontent.com/478757/136145086-85e43b43-9479-432a-b308-67533b51adad.mp4 + + # Getting Started Please check out the Sample project. # License -MIT \ No newline at end of file +MIT