리액트 정리
[TodoList] 투두리스트 개발준비 본문
개발 준비:
1. CRA로 앱만들기
2. styled-components와 react-icons 라이브러리 추가
$ npx create-react-app mashup-todolist
$ yarn add styled-components react-icons
color scheme: https://yeun.github.io/open-color/
icons: https://react-icons.netlify.com/#/icons/md (react material design icons)
3. 컴포넌트 오버뷰: