This is a repo for a demo project.
- As a user I want to see a list of currencies.
- As a user I want to convert my CZK change into selected world currency.
Well there is not much to it other than the notes sprinkled across the codebase. The initial surprise was that the CNB doesn't have a REST api and that they don't allow cross origin -- but that wasn't much of an issue. Another thing is that the smaller projects usually don't have enough cases that would benefit from creating reusable components but I tried to do some anyway 😅.