Skip to content

alphatero/f2e_scrum_frontend

Repository files navigation

「蛤-_-」Week3 Scrum 新手村

Demo 點擊查看.

參賽活動

4th F2E時光屋

介面預覽

介面預覽

系統使用

Node.js版本

16.15.0

安裝專案

npm install

啟動專案

npm start

資料夾說明

|-- public
	|-- images // 放置 favicon 跟非 svg 的媒體檔案。
|-- src
	|-- assets // 一般放置比較容易有變化的媒體檔案,譬如做成各種 icon 的 svg
		|-- icon 
  |-- components // 非頁面的元件,在頁面內可拆分的元件都放置這裡,若只在特別頁面使用則可開頁面名稱資料夾做分類。
	|-- constants // 放置不變的資料或者 enum 目前暫時不做特別檔案規範。
  |-- views // 頁面
		|-- index.jsx // 預設為Home
		|-- introduction
			|-- index.js
			|-- Scrum.jsx
			|--Role.jsx
			|--SprintGuide.jsx
			|--ProductBacklog.jsx
			|--SprintPoint.jsx
		|--exam
			|--index.js
			|--ProductBacklog.jsx
			|--SprintPoint.jsx
		|--chat
			|--index.js
			|--SprintDailyScrum.jsx
			|--SprintReview.jsx
			|--SprintRetro.jsx
		|--ThankYou.jsx

使用技術

團隊成員

  • 組長:鉛筆 / 前端工程師

  • 組員:小涵 / UI設計師

  • 組員:圈圈 / 前端工程師

  • 組員:阿法 / 前端工程師