文件名称:待办事项:React中一个简单的待办事项应用
文件大小:227KB
文件格式:ZIP
更新时间:2024-03-10 00:13:19
react task todo typescript material-ui
一个简单的待办事项React应用程序。 将用于UI组件,将用于状态管理。 在查看应用程序 建筑 npm run build 如果要部署应用程序,则需要调整URL。 资料夹结构 ├───app # Base app, includes index.html template │ └───react │ ├───components # Component folders with respective props │ └───services │ ├───stateService # Recoil state management │ │ └───models │ └───storageService # localStorage management │ └───mod
【文件预览】:
todo-master
----.babelrc(211B)
----package.json(2KB)
----media()
--------logo.png(73KB)
----LICENSE(16KB)
----package-lock.json(554KB)
----app()
--------index.html(584B)
--------react()
----.eslintrc.js(5KB)
----tsconfig.json(376B)
----.gitignore(20B)
----webpack.config.js(788B)
----README.md(896B)