Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leye195/coinat-front

CoinAt Front with React,Redux and Redux-Saga
https://github.com/leye195/coinat-front

react redux redux-saga styled-components

Last synced: 20 days ago
JSON representation

CoinAt Front with React,Redux and Redux-Saga

Awesome Lists containing this project

README

        

# CoinAT - Front

- CoinAT with React, Redux, Redux-Saga and Styled-Components
- 업비트(Upbit), 바이낸스(Binance) 상장 코인 가격 비교

### Stack

- [x] React
- [x] Redux, Redux-Saga
- [x] Styled-Components
- [x] ECharts

### ToDo

- [x] 기본 설정 및 필요 패키지 다운
- [x] 거래소 socket 연결
- [x] 원달러 환률을 이용해 바이낸스의 BTC/달러를 BTC/원화로 전환
- [x] 바이낸스와 업비트,바이낸스에 공통으로 상장되어있는 코인 리스트 가져오기와 가격 비교 차이(퍼센트) 계산
- [x] 코인 가격 테이블 정렬 (코인 이름순, 업비트 가격순, 바이낸스 가격순, 차이(%)순)
- [x] 파란색(기준 거래소의 코인 가격이 비교 거래소의 가격보다 작은 경우)표시, 빨간색(기준 거래소의 코인 가격이 비교 거래소의 가격보다 큰 경우) 표시
- [x] 코인 차트 구현
- [x] upbit, binance BTC 시장 가격 비교
- [ ] 각 거래소 공지사항 정보 (업비트, 바이낸스)

### 스크린샷

스크린샷 2020-04-20 오후 1 15 19

### 설치

```
yarn
```

### 실행

```
yarn start
```