Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leye195/coinat-front
- Owner: leye195
- Created: 2020-04-14T06:30:22.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T19:20:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:15:04.887Z (almost 2 years ago)
- Topics: react, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 30.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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 시장 가격 비교
- [ ] 각 거래소 공지사항 정보 (업비트, 바이낸스)### 스크린샷
### 설치
```
yarn
```### 실행
```
yarn start
```