PWA for currency conversions in real time and historical usage trends. https://moneyexchange.netlify.com
- Angular 7+: Frontend framework
- Angular Material: Design components and theming
- Flex Layout: Responsive Layout
- Netlify: Deployment
- Money Exchange API: API
- Free service to convert any money value from one currency to another
- Get recent history of conversions and repeat.
- Get latest exchange rates
- Clone the repository
git clone https://github.com/udayvunnam/money-exchange.git
- Install the dependencies
npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.