<<フロントエンド>> +トップページ(遠藤諒) **top.html **top.css **js-my
+メニューページ(相田春樹) **central.html **science.html **agriculture.html **cafeteria.css
+ポップアップ表示(及川友亜、高橋涼音) **popup.js
+カート機能(相田春樹) **kart.php **shopping.php **compornent.php +ページ遷移・ファイル統合(笹本諒) !!top.html !!top.css !!js-myファイル,その他 !!central.html !!science.html !!agricluture.html !!cafeteria.css !!popup.js <<バックエンド>> !!データベース連携(遠藤諒、笹本諒) *public_html/~.php *[[DB|22::gr04::DB]] ((br)) *[[PHP|22::gr04::PHP]] ((br)) !!MySQL テーブル *create table menu (id int, name varchar(20), price int, type varchar(10), thumb varchar(1000), popup varchar(1000)); !!メニュー情報管理(及川友亜、高橋涼音)