文件名称:react-online-shop:Functional React在线商店
文件大小:177KB
文件格式:ZIP
更新时间:2024-06-16 14:05:10
react html json imgur shop
使用React构建的在线商店 低于10美元的过滤条件; 过滤超过10美元; 功能搜索栏; 购物车中的物品数量; 功能车; 删除购物车中的商品按钮; 重置购物车按钮。 使用的开发工具和框架: 预习: 购物车视图: 全面的 : 结构 Project │ README.md │ package.json | package-lock.json | └─── public │ │ │ └─── index.html | └─── images | | └─── src └─── index.js └─── App.js │ └─── components │ └─── header | | └─── Header.jsx
【文件预览】:
react-online-shop-master
----package.json(1KB)
----package-lock.json(602KB)
----src()
--------index.js(260B)
--------data.json(1KB)
--------components()
--------App.js(4KB)
--------scss()
----.gitignore(310B)
----public()
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------favicon.ico(3KB)
----README.md(4KB)