Skip to content

HyeonAKim/React_Codeit_PoketMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

초기 환경 셋팅

  1. npm init react-app .
  2. index.js 와 index.html 만 두고 나머지 삭제
  3. index.js 기본 구조만 냅두고 내용 정리
  4. git repository 생성 : React_Codeit_PoketMon
  5. PC에서 해당 폴더에 git 설정 : git init
  6. git email 설정 확인 : git config user.email
  7. git remote 연결 : git remote add origin https://github.com/HyeonAKim/React_Codeit_PoketMon.git
  8. git remote 확인 : git remote -v
  9. 파일 변경사항 확인 : git status
  10. 초기 환경 add , commit, push git add . git commit -m '00.init environment' git push -u origin master

배열 랜더링하기

  1. map 으로 랜더링하기
  2. sort로 정렬하기
  3. filter 로 삭제하기
  4. 반드시 key 내려주기

About

포켓몬 도감

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published