文件名称:githubexplorer:用ReactJS编写的GitHub API应用
文件大小:298KB
文件格式:ZIP
更新时间:2024-02-26 07:26:48
github-api reactjs GitHubAPITypeScript
GitHub资源管理器 这是一个用ReactJS编写的简单应用程序,可与GitHub API接口。 入门 要运行此应用程序,请首先使用以下命令拉出所有程序包依赖项: yarn 然后,使用以下命令启动开发服务器: yarn start 另外,您可以使用以下命令为部署生成所有静态文件: yarn build 去做 未来功能: 切换在用户模式和回购模式之间切换搜索栏 基于系统偏好的明暗主题
【文件预览】:
githubexplorer-master
----.eslintrc.json(1KB)
----.gitignore(310B)
----package.json(2KB)
----src()
--------react-app-env.d.ts(40B)
--------services()
--------assets()
--------setupTests.ts(241B)
--------routes()
--------styles()
--------index.tsx(479B)
--------pages()
--------reportWebVitals.ts(426B)
--------App.tsx(323B)
----splash-logo.png(7KB)
----LICENSE(1KB)
----public()
--------robots.txt(67B)
--------index.html(536B)
----tsconfig.json(531B)
----README.md(577B)
----prettier.config.js(91B)
----.eslintignore(75B)
----.editorconfig(147B)
----yarn.lock(516KB)