文件名称:Tap-Room:React基本原理的独立项目
文件大小:402KB
文件格式:ZIP
更新时间:2024-03-06 05:58:06
JavaScript
首先建立静态网站! 作为用户,我想查看所有可用小桶的列表/菜单。 对于每个小桶,我想查看它的名称,品牌,价格和酒精含量(或类似红茶菌商店的味道)。 作为用户,我想提交一个表单以将新桶添加到列表中。 作为用户,我希望能够单击一个小桶以查看其详细信息页面。 作为用户,我想看看小桶中还剩下多少品脱。 提示:一个完整的小桶大约有124品脱。 作为用户,我希望每当出售一品脱小桶时,都可以单击小桶旁边的按钮。 这样可以将剩余的品脱数量减少1。品脱不能低于0。 Further Exploration If you have time remaining after you complete the required objectives, work on the following user stories: As a user, I want the option to edit a
【文件预览】:
Tap-Room-main
----package.json(816B)
----package-lock.json(671KB)
----src()
--------index.js(230B)
--------img()
--------components()
--------index.css(366B)
----.gitignore(310B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(1KB)