Alpha Camp「2-2 電影清單」技術記錄

總結

本次實作了以下功能:

主要練習到的技術:

成品展示:https://tzynwang.github.io/ac_practice_2-2_movie_list/ 原始碼:https://github.com/tzynwang/ac_practice_2-2_movie_list 專案結構: folder structure

畫面與 CSS

JavaScript 部分

規劃

controller.js

view.js

interaction.js

index.js 與 favorite.js

index.html 與 favorite.html 會使用到的 JavaScript 都先在 interaction 整理過了,直接匯入 interaction 模組的功能即可

參考文件