Conversation
|
첫 PR 수고하셨습니다! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request (PR)
PR 유형을 선택합니다.
[x] 새로운 기능 추가
[ ] 버그 수정
[ ] UI 디자인 변경
[ ] 코드 리팩토링
[x] 문서 수정
[ ] 파일 혹은 폴더명 수정
변경 사항 (이번 PR에서 구현한 화면/기능)
노마드 코더 '트위터 클론코딩' Ch.1 ~ Ch.3 학습 내용을 반영했습니다.
환경 설정: Vite를 이용한 React 프로젝트 초기화 및 Firebase SDK 연결을 완료했습니다.
인증 기능 구현: Firebase Auth를 활용한 이메일 회원가입/로그인 및 GitHub 소셜 로그인 로직을 구현했습니다.
기초 보충: 강의 이해를 돕기 위해 필요한 기초 강의를 병행 학습하며 프로젝트에 적용했습니다.
구현하면서 중요하다고 느낀 부분
코딩을 시작하기 전에 터미널 환경(경로, 실행 권한 등)을 제대로 설정하는 것이 생각보다 엄청 중요하다는 것을 느꼈습니다.
에러 메시지가 떴을 때 당황하지 않고 터미널이나 에러 창의 문구를 잘 확인해보는 습관이 필요할 것 같습니다.
이해가 잘 되지 않았던 부분
처음에 Node.js 실행창과 VS Code 터미널(콘솔)의 차이가 헷갈려서 명령어 입력에 헤매는 시간이 있었습니다.
GitHub Desktop을 쓸 때 한글 폴더명('작업1') 때문에 글자가 깨지며 커밋이 안 되는 에러가 있었는데, 처음에 원인을 파악하기가 어려웠습니다. (결국 VS Code 터미널에서 git 명령어를 직접 입력해서 해결했습니다!)
아직 헷갈리는 개념
Git 명령어들(git add ., git commit, git push 등)의 정확한 역할과 흐름이 아직은 낯설고 조금 헷갈립니다. 매번 코드를 올릴 때마다 반복해보면서 손에 익혀야 할 것 같습니다.
특별히 봐줬으면 하는 부분
처음 접하는 개념이 많아 기초 강의를 병행하며 작업하느라 2챕터 마무리와 3챕터 구현에 시간이 조금 더 소요되었습니다.
Firebase와 로컬 환경이 문제없이 연결되어 인증 로직이 정상 작동하는지 중점적으로 확인 부탁드립니다.
관련 이슈 또는 문서
해당 사항 없음
기타
진도가 예정보다 조금 늦어졌으나, 확실히 이해하고 넘어가기 위해 꼼꼼히 학습 중입니다. 최대한 빠르게 다음 챕터도 업로드하겠습니다!