Skip to content

Feature/change currencies

Martti Hyvönen requested to merge feature/change-currencies into main

This PR makes possible to change currencies inside application

  • Install React intl library which helps in formatting currencies and translations
  • Create Price-component which makes easy to format Price correctly in different components
  • Create SelectCurrency-component to easily select currency
  • Add CurrencyContext to share currency value between components
  • Store currency value to LocalStorage for persistent use
  • Convert currency values using conversion API
Edited by Martti Hyvönen

Merge request reports