This is our React Native exercise for basic skills evaluation.
The main goal of this exercise is to assess the following:
- Coding skills
- Research ability
- Written communication
- Autonomy
- Expectation management and interaction with us
- Attention to details
- Customer orientation
What we want you to do is:
- Solve the exercise you will find below
- Track the effort you invest (at least the total hours)
- Deliver the solution in this repository
- Show us what you did in a short video call (less than 30 minutes)
We expect you to deliver this in ~7 days, but please tell us if you think it will take you more time.
We know you're probably not dedicated to this full-time and that's why we ask you to track the effort, so we can see the real time invested.
Create a React Native app that shows a list of artists:
-
The data must be consumed from this endpoint that emulates the Spotify API for a search request (you can find the spec here).
-
The app must work in at least one platform and ideally should work in both, Android and iOS.
Create a detail view that will be displayed in a modal when user taps on each row.
-
The detail view must reuse the same component you use for each artist item in the list, and display it as a header.
-
The content and style of that view is up to you. Get creative! :)