목록Personal DB/Unclassified record (50)
Silver Library (Archived)
1. Be sure to checkout the branch you want to commit and push. And input git status is recommended based on my standard. So you can see what thing to be happened once you make push command to the branch. 2. Suppose your branch is 'alpha'. Then git checkout e.g. git checkout alpha How do you switch between branches in Visual Studio Code with Git? I am trying to workout how branching works in Visu..
https://covid-19-tracker-d1a72.web.app/ react 로 시작해서 firebase에 배포를 해 봤습니다. 완벽하지는 않지만, react 프로젝트 중에서는 가장 에러가 적었고, 소모 시간도 적었다는 점에 의미를 두고자 합니다. 솔직히 진행하는 동안 다른 이가 한 프로젝트에 대한 견본을 구현하는 거에 초점을 두다 보니 그에 대한 의존성이 없지 않아 있지만, 그래도 어떻게 props 와 component 를 활용하는지 좀 더 선명해 진 느낌입니다. 집안 내부의 공사로 인해 이에 대한 관리 감독을 맡으면서 진행하다가 4일 정도 진행에 지연이 생겼습니다. 실질적인 작업 기간은 9일이 되겠습니다. API 는 이번 프로젝트를 계기로 fetch 와 async 의 사용 용도에 대한 이해는 이..
localStorage.setItem(USERNAME_KEY, username); // Registering the input value to its localStorage DB(API). - setItem // const USERNAME_KEY = "username"; // const username = loginInput.value; // // const loginInput = document.querySelector("#login-form input"); document.querySelector // The querySelector() is a method of the Element interface. // The querySelector() allows you to find the first el..
목표. React 로 가능한, 스스로, 형편 없어도 가능한 선에서 어떻게든 원하는 걸 만들어보기. 제작 기간. 3-4일 정도 걸렸다고 봐도 되겠습니다. 여기서 절반은, 사실상 구상 부분에 걸린 시간. URL redirect 는 조만간 업데이트 예정입니다. https://zealous-minsky-b8da92.netlify.app/ React App zealous-minsky-b8da92.netlify.app 주로 다룬 것. - className, - image 파일 src 링크 걸기 in CSS file. - rendering - CSS effect, adjusting x,y-axis - material-UI 시도는 해 봤던 것. - react router dom - material-UI 의 다른 API..