book-store:预订网上商店

时间:2024-04-23 03:11:12
【文件属性】:

文件名称:book-store:预订网上商店

文件大小:357KB

文件格式:ZIP

更新时间:2024-04-23 03:11:12

JavaScript

书店 这是在线书店的应用程序。 它允许执行以下操作: 使用用户名登录 浏览书籍目录 按书名搜索 按价格过滤书 浏览特定的书籍详细资料 将特定的书添加到购物车 浏览带有已添加书籍的购物车 购买已添加的书籍 如何运行应用程序 在您的计算机上克隆此存储库。 在终端中运行npm install 。 在终端中运行npm run start或npm start ,该项目的起始页将位于: 其他脚本 $ npm run build build the app $ npm run deploy deploy the app to GitHub Pages $ npm run test run unit tests $ npm run lint check the app for Eslint problems


【文件预览】:
book-store-master
----package.json(2KB)
----.eslintrc.json(292B)
----.stylelintrc.json(156B)
----package-lock.json(811KB)
----src()
--------App.jsx(1KB)
--------App.scss(249B)
--------test-utils.js(758B)
--------index.jsx(265B)
--------__tests__()
--------assets()
--------containers()
--------_variables.scss(17B)
--------setupTests.js(193B)
--------components()
--------services()
--------constants.js(189B)
--------store()
----.gitignore(318B)
----public()
--------index.html(311B)
----README.md(1KB)

网友评论