diff --git a/README.md b/README.md index e36cd3a..182b653 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

- +


@@ -24,30 +24,25 @@
-## 📌 배움 기록은 어떻게 하나요? - -**TIL** : TIL은 일기와 같은 거라고 생각해요. 오늘 무엇을 새롭게 알게 되었는지, 느낀점은 무엇인지 간단하게 요약해서 쓰는 것을 추천해요. 만약 새롭게 알게된 내용이 굉장히 많다면 시간을 내어 주제로 빼서 정리를 해보는 것은 어떨까요? - -## 🚀 진행방법 - -1. **새로운 Branch 생성** - - 백엔드 C반은 be/1/C-gitusername - - 백엔드 P반은 be/1/P-gitusername - - 프론트 A반은 fe/1/A-gitusername - - 프론트 B반은 fe/1/B-gitusername -2. **TIL repo를 본인 계정에 fork** -3. `fork`된 repository를 `clone` 받습니다. -4. **README.md를 작성하여 꾸밉시다.** -5. TIL소개와 url을 작성한 README.md 파일을 작성하고 `commit` `push` 합니다. -6. **웹사이트로 본인 계정의 `fork` 된 repo를 갑니다.** -7. **Contribute → Open pull request 로 PR을 합시다** - - base repo : `원본repo` base : `be/a/gitusername` ← head repo : `여러분fork한repo` compare : `여러분fork한repo` -8. PR을 아래 양식에 맞춰 내용을 작성합니다. - 여러개의 링크를 첨부하고 싶으시다면 테이블의 row를 추가해주세요. - -``` -|날짜|제목|설명|링크| -|---|---|---|---| -|날짜|제목1|간단한 한 줄 설명|[링크]()| -|날짜|제목1|간단한 한 줄 설명|[링크]()| -``` +| 날짜 | 제목 | 설명 | 링크 \*\*\*\* | +| ---------- | ---------- | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| 2021.08.02 | TIL 1일차 | JavaScript 기초 & 네트워크 &메모리 | [thstnfla.notion/TIL1](https://www.notion.so/thstnfla/1-TIL-0a72599f31104859b795798f179415c6) | +| 2021.08.03 | TIL 2일차 | 객체지향 / 절차지향 프로그래밍 & 이벤트루프 & Git 특강 | [thstnfla.notion/TIL2](https://www.notion.so/thstnfla/2-TIL-9c6067bc85fb42d68ae7fef9cd069274) | +| 2021.08.04 | TIL 3일차 | 정규표현식 & 쿠키와 세션 & 자료구조와 알고리즘 | [thstnfla.notion/TIL3](https://www.notion.so/thstnfla/3-TIL-4a2315802b5f4b8a9f4ed39b9091d8b8) | +| 2021.08.05 | TIL 4일차 | 자료구조와 알고리즘 | [thstnfla.notion/TIL4](https://www.notion.so/thstnfla/4-TIL-371ae7d7c3d646efaa6031ed65d6a997) | +| 2021.08.06 | TIL 5일차 | 트리 순회, 자동완성 과제 구현하기 | [thstnfla.notion/TIL5](https://www.notion.so/thstnfla/5-TIL-e7da2962b36443fdaf66ec4d720f9f90) | +| 2021.08.09 | TIL 6일차 | HTML, CSS, DOM과 브라우저의 렌더링 과정 | [thstnfla.notion/TIL6](https://www.notion.so/thstnfla/6-TIL-349e3bdb69c446899e18ec333274d4d6) | +| 2021.08.10 | TIL 7일차 | 함수형 프로그래밍의 원리와 사고 | [thstnfla.notion/TIL7](https://www.notion.so/thstnfla/7-TIL-60ed6f2b64c747a1a082c9816b2cf75a) | +| 2021.08.11 | TIL 8일차 | go, pipe 이해하기 | [thstnfla.notion/TIL8](https://www.notion.so/thstnfla/8-TIL-2014d80414684d8c88af95aa044f2f49) | +| 2021.08.12 | TIL 9일차 | 함수형 프로그래밍 추상화 curry, 제너레이터 이해하기 | [thstnfla.notion/TIL9](https://www.notion.so/thstnfla/9-TIL-917384ccd9f74ff99a64c07e4d38595e) | +| 2021.08.13 | TIL 10일차 | 함수형 프로그래밍 온라인 세션, map, filter, reduce, go 동작원리, 밤샘 과제의 시작..! | [thstnfla.notion/TIL10](https://www.notion.so/thstnfla/10-TIL-2c629de4b8a34940baa71f65227b02d5) | +| 2021.08.16 | TIL 11일차 | 함수형 프로그래밍에 대한 이해와 직접 구현해보기 | [thstnfla.notion/TIL11](https://www.notion.so/thstnfla/11-TIL-fd6b9d2a4dad4de1b0f8a82364d52f43) | +| 2021.08.17 | TIL 12일차 | 비동기 동시성과 지연평가가 가능한 함수 구현해보기 | [thstnfla.notion/TIL12](https://www.notion.so/thstnfla/12-TIL-ce324649ae424a26b5143e975e201c97) | +| 2021.08.18 | TIL 13일차 | 바닐라 자바스크립트 투두리스트를 컴포넌트 방식으로 구현해보기 | [thstnfla.notion/TIL13](https://www.notion.so/thstnfla/13-TIL-6956dae4fe0a43c5bc61f632fca03a6d) | +| 2021.08.19 | TIL 14일차 | 바닐라 자바스크립트 투두리스트 API 연동해보기, Promise 학습 | [thstnfla.notion/TIL14](https://www.notion.so/thstnfla/14-TIL-41fdf6ecd6db4ed092d087c6e89e332f) | +| 2021.08.20 | TIL 15일차 | 14일차 컴포넌트 개념 복습, Fetch API | [thstnfla.notion/TIL15](https://www.notion.so/thstnfla/15-TIL-94fe43846e6f4bc398b4aa9e62c0118d) | +| 2021.08.23 | TIL 16일차 | Product List 페이지에 실제 API 연동, JS 기본 개념 정리 API | [thstnfla.notion/TIL16](https://www.notion.so/thstnfla/16-TIL-d8d9f6894380426ba76cf00ba3ac4797) | +| 2021.08.24 | TIL 17일차 | 3주차 과제 구현, TodoApp 만들기 실습 | [thstnfla.notion/TIL17](https://www.notion.so/thstnfla/17-TIL-a03dbcd0504b47408efce0ce7f543ae9) | +| 2021.08.25 | TIL 18일차 | TodoApp 만들기 실습, 텍스트 자동 저장 편집기 만들기 | [thstnfla.notion/TIL18](https://www.notion.so/thstnfla/18-TIL-ec30a0b676764cbcb791d222796b098d) | +| 2021.08.26 | TIL 19일차 | 3주차 과제 리팩토리 및 디벨롭 | [thstnfla.notion/TIL19](https://www.notion.so/thstnfla/19-TIL-4a2a65dd56e94a1cb687e0ad4847f797) | +| 2021.08.27 | TIL 20일차 | 4주차 과제 Notion API Request 구현 | [thstnfla.notion/TIL20](https://www.notion.so/thstnfla/20-TIL-503cb3c39799459cb8fcdbd1b6237075) |