> For the complete documentation index, see [llms.txt](https://ayugioh2003.gitbook.io/front2end/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayugioh2003.gitbook.io/front2end/master.md).

# Introduction

不曉得該怎麼改書的名字，就先掛著 Javascript 的名字吧。這本 gitbook 我想用來記錄一些前端和後端的相關知識，應該會以 Javascript 為主軸

所以，前端的部份，應該會先收集 html, css, Javascript。至於開發框架 ... 暫時還不考慮，畢竟我連入門都還沒有。可能會再看些 jQuery 和 Bootstrap, purecss, 雖然聽說快退流行了。

後端的部份，主要會看 node.js 和 MongoDB，以及 npm 的一些常用包。

以下是我為自己開的學習清單

## 前端

入門三部曲

* html: 負責網頁內容
* css: 負責網頁畫面
* javascript: 負責網頁動作
* 切版 切切切

稍微進階

* jQuery: 操作 DOM
* Bootstrap, purecss: css 框架
* Atom: 編輯器

超進階

* 開發框架(是說這好像是後端的 ...)&#x20;

## 後端

* node.js: js 的伺服器端軟體
* npm: js 的套件管理
* MongoDB: 好像是基於 json 的資料庫軟體
