Let's say you have money in multiple currencies: US dollars, euro, rubbles, bitcoin, etc. And you want to know, how much money do you have in total? Given that exchange rates are constantly changing... With this app you can add all your amounts of money in different currencies into the single table and see how much money you have in total. The total result can be presented in any currency you want.
Try a live demo here: https://californiamountainsnake.github.io/multi-wallet/www
- Bootstrap + Bootswatch themes for fast prototyping and appropriate design.
- Webpack for bundling.
- React.
Babel.- TypeScript (
ts-loader
). - IndexedDB for data storage.
- Workbox for the service worker.
- Coingecko API for exchange rates and history data.