文件名称:CRUD:CRUD React应用
文件大小:219KB
文件格式:ZIP
更新时间:2024-05-10 20:14:23
TypeScript
Sonalake前端开发人员招聘任务 提供的应用是使用构建的。 有关更多详细信息,请参见其文档。 您的工作是实施“任务”部分列出的一组任务。 随意使用所有包含的库。 有用的npm脚本: npm start # run the app using webpack-dev-server npm run api # start the json-server npm test:unit # run the unit tests npm test:e2e # run the E2E tests 通用规则 编写干净,可重用,可测试的代码,避免(提取)副作用 确保它适用于最新版本的chrome和firefox 确保您的代码没有任何棉绒错误和警告 避免包括项目中未包含的第三方库 单元测试和端到端测试都可以接受 任务 重构 重构现有代码以提取单一用途的可重用组件。 将ui连接到json-server
【文件预览】:
CRUD-task
----.nvmrc(9B)
----package.json(1KB)
----cypress()
--------plugins()
--------support()
--------integration()
--------fixtures()
----package-lock.json(652KB)
----src()
--------features()
--------constant()
--------react-app-env.d.ts(40B)
--------api()
--------views()
--------index.tsx(263B)
--------components()
--------setupTests.ts(255B)
----tsconfig.json(513B)
----db.json(3KB)
----.gitignore(347B)
----cypress.json(43B)
----public()
--------logo192.png(5KB)
--------favicon.png(774B)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(902B)
--------logo512.png(9KB)
----README.md(4KB)