-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8fd83e
commit 4c263a9
Showing
1 changed file
with
8 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,13 @@ | ||
[![Build Status](https://travis-ci.com/dragonsuperf/kakao-cloud-portfolio.svg?branch=main)](https://travis-ci.com/dragonsuperf/kakao-cloud-portfolio) | ||
# kakao_cloud_portfolio | ||
|
||
Kakao Career Boost Program for Cloud - 카카오 클라우드 콘솔(포탈) 프론트엔드 개발자 모집에 지원하며 포트폴리오로 제출할 내용을 저장하는 레포지토리 입니다. | ||
|
||
# Bitdumb | ||
`#Typescript` `#React` `#Redux` `#AWS-Codedeploy` `#TravisCI` | ||
|
||
### Demo | ||
## Link | ||
https://bitdumb.dragonsuperf.com | ||
|
||
### Desc | ||
React를 시작한지 얼마되지 않았고, React로 진행한 토이프로젝트가 없기에 포트폴리오로 제출하기 위해 작성된 Bithumb Open API를 활용한 암호화폐 차트 뷰어 입니다. | ||
|
||
### Goal | ||
- 알고있는 기술 스택을 최대한 활용하여 그 것을 드러낼 수 있도록 | ||
|
||
### Change Log | ||
Bitdumb의 개발을 시작한 이유와, 개발과정을 담고있습니다. | ||
https://github.com/dragonsuperf/kakao-cloud-portfolio/blob/main/CHANGE-LOG.md | ||
|
||
|
||
|
||
# Tombo | ||
`#Javascript` `#React` `#Electron` | ||
|
||
### repository | ||
https://github.com/dragonsuperf/Tombo | ||
|
||
### Desc | ||
atom editor의 active power mode가 그리웠지만, vscode에서는 콤보를 시각적으로 보여주지 않았기 때문에 만들게 된 electron으로 개발한 윈도우 APP입니다. | ||
|
||
### Goal | ||
- 코딩, 문서 작업의 재미를 향상시킨다. | ||
|
||
### Screenshot | ||
![tombo3](https://user-images.githubusercontent.com/23359043/113097266-8eb1c580-9231-11eb-95cb-63925333281b.gif) | ||
## Desc | ||
- 4개월가량 React를 실무에서 사용하면서 배웠던 것을 복기하는 차원에서 개발한 프로젝트 | ||
- Bithumb의 Open API를 사용하여 현재 Bithumb에서 거래되는 가상 화폐의 시세를 확인 할 수 있는 간단한 사이트 | ||
- main branch에 머지될 시 Travis CI - AWS Codedeploy를 통해 무중단 배포됨 | ||
- Redux Toolkit을 사용하여 상태관리 | ||
- REST API로 이전 시세를 불러오고 틱 데이터는 websocket을 사용해 불러옴 | ||
- 불러온 데이터는 Google Chart를 사용해 캔들 스틱 차트 형태로 보여주였음 |