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.
- Host: GitHub
- URL: https://github.com/ganggas95/foreign_exchange
- Owner: ganggas95
- License: mit
- Created: 2018-09-17T11:59:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T03:04:08.000Z (almost 8 years ago)
- Last Synced: 2025-06-05T05:19:00.152Z (about 1 year ago)
- Topics: exchange-rate, mobx, mobx-react, react, semantic-ui-react
- Language: JavaScript
- Homepage:
- Size: 23.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`