Craftsmen Programming Test (UX-Vue)
Craftsmen Programming Test (UX-Vue)
country
information using the name of the capital city as the search string.
Requirements
- You must use separate Vue components for at least the above three sections. In
addition, you are free to introduce more components.
- The three components must communicate using Vuex, and not using individual
component props.
- It would be better if you can use Vuetify.
- You are required to use the freely available API at
https://restcountries.eu/#api-endpoints-capital-city to implement the search using
a library like axios. You are allowed to use your own hardcoded dummy data only
in case the mentioned API is unavailable for some reason.
Bonus
- Use a separate Vue component to show the current time(s) of the selected
country using timezone information returned by the above API. Keep the time
updated automatically each second.
Confidential