文件名称:mytheresaexam:我的Theresa代码考试
文件大小:811KB
文件格式:ZIP
更新时间:2024-04-09 18:22:42
JavaScript
Create React App入门 为了响应MyTheresa提出的代码挑战。这个React App实现了TMBD Movie API来列出即将到来的,最受欢迎的和最好的电视节目。要运行该应用程序,请在本地复制此存储库。 git clone https://github.com/rickimoore/mytheresaexam.git 使用终端,进入项目文件夹并安装npm软件包。我The codebase should be handcrafted, without using any boilerplate or third-party library感到困惑。我不知道这是否包括create-react-app或react-redux或react文档下列出的任何软件包。我认为第一方或第二方最多。如果那是一个问题,对不起您的理解。 安装软件包: npm install 通过运行以下命令启
【文件预览】:
mytheresaexam-main
----package.json(1KB)
----package-lock.json(709KB)
----.env(55B)
----src()
--------index.js(561B)
--------reportWebVitals.js(362B)
--------redux()
--------logo.svg(3KB)
--------pages()
--------App.test.js(246B)
--------setupTests.js(241B)
--------components()
--------App.js(653B)
--------sass()
--------helpers()
--------index.css(366B)
----.idea()
--------vcs.xml(180B)
--------my-theresa-app.iml(281B)
--------modules.xml(280B)
--------workspace.xml(4KB)
----.gitignore(310B)
----public()
--------logo192.png(5KB)
--------images()
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(930B)