文件名称:todo-app-react
文件大小:8.98MB
文件格式:ZIP
更新时间:2024-05-25 01:35:33
JavaScript
查找食谱应用程序 用于管理待办事项的应用程序。 该项目是使用Create React App和SASS构建的。 设置 克隆仓库: git clone https://github.com/DawidKopys/find-recipe-app 进入项目目录并安装所有依赖项: cd find-recipe-app npm install 安装所有依赖项之后,请运行开发服务器: npm start ...或构建项目,然后在浏览器中本地打开dist / index.html。 npm run build
【文件预览】:
todo-app-react-main
----.gitignore(365B)
----package.json(899B)
----package-lock.json(699KB)
----src()
--------_App.scss(213B)
--------Button()
--------Card()
--------index.js(220B)
--------App.js(114B)
--------TaskList()
--------TaskInput()
--------TaskItem()
--------index.scss(0B)
--------styles()
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----README.md(495B)