Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.71 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.71 KB

GovData Dashboard

GovData.de is the data portal for Germany. The federal, state and local governments can share their data. Although the "Open Data Act" makes it obligatory to share data, only about 52,000 data sets are online so far.

Your Task

Create a small web application that provides a dashboard showing how many data sets each federal ministry has made available on GovData. The dashboard should provide the possibility to filter the currently shown result set.

Data for the dashboard is going to be provided by a backend in the future, but such an API is not in place yet (imagine your colleagues are working on it). Provided already is an exemplary JSON file that resembles a response from the planned API.

Use a non-proprietary tech stack of your choice and explain in a readme how to run your solution. Please email your solution as a zip file to [email protected]. If you're using Git during building your application please make sure to include the Git history as well.

Evaluation

You should turn in a complete and runnable solution, but do not gold-plate it: we don't expect you to spend more than a few hours on this exercise. We want to see that you know how to use APIs efficiently, how you structure and how you are testing your application. It should be easy to tell from the dashboard which ministries have provided the most data.

In the technical interview that follows we would like to discuss your approach, and that includes talking about areas you would want to improve if given more time.

Have fun! 🚀

We look forward to your submission! Please let us know if you have any questions or concerns.