Javascript [1]

김철균·2024년 1월 3일
0

TIL

목록 보기
1/9

1일차 개인과제

  • 순수javascript사용
  • 영화정보 오픈API인 TMDB(The Movie DB)를 사용.
  • Javascript 문법 요소를 이용하여 구현

1. github에서 repository생성

2. vscode와 github연동

 git remote add origin github주소 
 git branch -M main
 git add .
 git commit -m "first commit"

1.git remote add origin으로 github 해당 래퍼지토리 주소와 vscode 연동
2.git branch로 브랜치 생성후 이동
3.git add -> git commit으로 push하기

3. vscode밑바탕 만들기

index.html
movie.js
profile
차근차근

0개의 댓글

관련 채용 정보