文件名称:myreads-udacity-project2
文件大小:378KB
文件格式:ZIP
更新时间:2024-04-16 20:28:17
JavaScript
MyReads应用 使用create-react-app制作的应用程序,用于在书架中显示图书并搜索新书,并可以选择将其添加到用户书架中。 搜索功能是使用rxjs实现的。 您必须输入3个以上的字母才能触发搜索请求 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开 。 yarn test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。
【文件预览】:
myreads-udacity-project2-master
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(496KB)
----src()
--------index.css(156B)
--------icons()
--------components()
--------App.js(3KB)
--------reportWebVitals.js(362B)
--------BooksAPI.js(1KB)
--------App.test.js(246B)
--------setupTests.js(241B)
--------App.css(3KB)
--------index.js(500B)
----README.md(637B)
----.gitignore(310B)
----package-lock.json(627KB)
----package.json(833B)