nik-christou / tax-calculator

Tax calculator for multiple countries
Apache License 2.0
1 stars 0 forks source link

Allow the loading of multiple json files so the country dropdown can display a number of countries #11

Closed nik-christou closed 4 years ago

nik-christou commented 4 years ago

We can add json files for other countries. The tax information is not important at this point but they should have the correct locale and currency symbol. I suggest to load the countries json files and collect them into an Array and then this object can be send to the country-select.js component for rendering.