From c77bd70ae7682a8040aedcb0ebd30a549022de27 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 15 Mar 2024 23:15:04 +0000 Subject: [PATCH] Add Assignment --- Assignment.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Assignment.md diff --git a/Assignment.md b/Assignment.md new file mode 100644 index 0000000..c6b5433 --- /dev/null +++ b/Assignment.md @@ -0,0 +1,17 @@ +### Reviews app + +1) Make a small app that has our review feed. +2) Add the possibility to filter by number of stars. +3) Show the top three occurring words in the filtered reviews (omit the ones less than 4 characters long). +4) Make use of native APIs and do not use 3rd party libraries. +5) Add more screens or UI-controls if needed. + +Feed: https://itunes.apple.com/nl/rss/customerreviews/id=474495017/sortby=mostrecent/json + +We provide you a dummy app which already has a feed and details screens with some randomly generated data. Consider it as your starting point. Feel free to keep the layout untouched, we don't want you to waste your time on arranging the labels and fine-tuning the constraints. We are mostly curious about the business logic under the hood. + +Feel free to change all the provided code if you want to. It’s there only to save you some time. + +We expect to see a simple app but the one which is ready to be scaled up. Let's keep in mind more screens, user flows and services (e.g. Google Store reviews for example) which supposed to be added to the app in future. + +If you have any questions or doubts make your own assumptions. But please convey it to us (code comments, documentation, some other way)