TIL

[TIL]2022.01.28

kny_0 2022. 1. 28. 00:05

2022년 1월 28일

 Today

[챌린지] [노마드코더] 리액트 JS 챌린지/Assignment 3:Crypto Tracker

 

- npm i gh-pages로 github에 deploy해보았다. https://kknyapple.github.io/My-CryptoTracker/

git init
git remote add origin https://github.com/user.name/repo
git config --global user.email
git config --global user.name
npm run deploy

 

 

- recoil을 이용해 darkmode를 구현하였다.

 

- candle stick chart로 /:coinId/chart를 구현하였다.

 

 Next 

- 리액트 JS 강의를 들을 예정이다.