An open API service indexing awesome lists of open source software.

https://github.com/ganggas95/foreign_exchange

Foreign exchange currrency is Simple web app using react,semantic-ui-react for ui and mobx for data store. This app give you updated information about currency and exchange rate of currency.
https://github.com/ganggas95/foreign_exchange

exchange-rate mobx mobx-react react semantic-ui-react

Last synced: 3 months ago
JSON representation

Foreign exchange currrency is Simple web app using react,semantic-ui-react for ui and mobx for data store. This app give you updated information about currency and exchange rate of currency.

Awesome Lists containing this project

README

          

# Foreign Exchange

## Foreign Exchange Currency App Exercise

Foreign exchange currrency is Simple web app using [react](https://reactjs.org/),[semantic-ui-react](https://react.semantic-ui.com) for ui and [mobx](https://mobx.js.org/) for data store. This app give you updated information about currency and exchange rate of currency.

## Data source

This application consume data from [Exchanger Rate API](https://api.exchangeratesapi.io/latest)

## How To Install

1. `git clone https://github.com/ganggas95/foreign_exchange.git`
2. `cd foreign_exchange`
3. `npm install`

## How To Run

1. `npm start` : For start development mode
2. `npm build` : For build production

## Test Driven Development

1. Gulp using nightwatcher, chromedriver and selenium: `npm run gulp-test`
2. Before run gulp-test setup the selenium by: `npm run selenium-setup`
3. Jest an Enzyme : `npm run jest-test`