본문 바로가기
ETC1

[Javascript 로드맵] 자바스크립트 로드맵

by cogito21_js 2023. 4. 16.
반응형

<블로그 정리>
- Notion Tutorial : https://www.notion.so/ko-kr/help/guides
- Git Tutorial : https://git-scm.com/book/en/v2 

<환경 설정>
- Visual Studio Code : https://code.visualstudio.com/docs
- VSCode Extension: Liver Server / Javascript Code Snippets / Prettier / ESLint

- (MacOS)NVM으로 Node 관리: https://dev-yakuza.posstree.com/ko/environment/nvm/

<HTML + CSS>
- 생활코딩 : https://opentutorials.org/course/3084
- Heropy 블로그 : https://heropy.blog/2019/04/24/html-css-starter/
- Bootstrap : https://dinfree.com/lecture/frontend/122_css_6.html
- Sass: https://sass-lang.com/guide

- HTML: https://html.spec.whatwg.org/multipage/
- CSS: https://developer.mozilla.org/ko/docs/Web/CSS

<Javascript/Typescript 참고서>
- TCP school : https://www.tcpschool.com/javascript/intro
- MDN : https://developer.mozilla.org/ko/docs/Web/JavaScript
- 5분 안에 보는 TS: https://typescript-kr.github.io/pages/tutorials/typescript-in-5-minutes.html

- Vanilla JS: http://vanilla-js.com/

- 모던 Javascript : https://ko.javascript.info/
- Typescript : https://www.typescriptlang.org/docs/handbook/intro.html
- Typescript : https://typescript-kr.github.io/pages/the-handbook.html

 

<Frontend: React >
- 생활코딩 : https://opentutorials.org/course/4900
- React : https://ko.reactjs.org/ -> https://react.dev/learn

- Redux : https://ko.redux.js.org/
- styled-components: https://styled-components.com/

<Frontend: Vue.js>
- Vue.js: https://vuejs.org/guide/introduction.html

<Frontend: Angular>
- Angular: https://angular.kr/docs

- Vite(프론트엔드 관리 툴): https://ko.vitejs.dev/

 

<Backend: Node.js, Express.js>
- Node.js : https://nodejs.org/en/docs/
- Express.js : https://expressjs.com/ko/
- Jest.js : https://jestjs.io/

<Full-Stack>
- Next.js: https://nextjs.org/

<참고 사이트>
- freeCodeCamp.org: https://www.youtube.com/watch?v=KjY94sAKLlw

 

 

 

 

 

 

 

 

 

반응형

'ETC1' 카테고리의 다른 글

[로드맵] 3. C++  (0) 2023.07.31
[로드맵] 2. C언어  (0) 2023.07.29
[로드맵] 1. Python  (0) 2023.07.28
C / C++ 로드맵  (0) 2023.07.15
[Python 로드맵] 파이썬 기본 문법  (0) 2023.04.15