文件名称:pied-piper:用 React 构建的管道尺寸软件
文件大小:876KB
文件格式:ZIP
更新时间:2024-06-18 15:52:18
react javascript flask pipe-sizing JavaScript
花衣吹笛者 使用 React 和 Flask 后端构建的管道尺寸调整软件。 介绍 Pied Piper 是我在大学最后一年的项目中构建的管道尺寸测量软件。 它旨在实现以下目标: 推导出管道尺寸参数值。 由于减少了人为错误,因此计算准确。 更快、更有效的管道定径过程。 现场演示 在此处找到该软件的实时版本: 应用预览 入门 必须预先安装 Node.js。 克隆 使用git clone https://github.com/OfiliPatrick/pied-piper.git将存储git clone https://github.com/OfiliPatrick/pied-piper.git到您的本地机器 本地设置 安装 react 依赖项并使用以下命令启动应用程序 cd pied-piper npm install npm start 导航到http://localhost:30
【文件预览】:
pied-piper-master
----debug.log(13KB)
----package.json(1KB)
----package-lock.json(612KB)
----src()
--------reducers()
--------App.css(635B)
--------index.js(503B)
--------images()
--------components.test.js(438B)
--------logo.svg(3KB)
--------serviceWorker.js(5KB)
--------reducers.test.js(643B)
--------setupTests.js(377B)
--------components()
--------__snapshots__()
--------store.js(912B)
--------App.js(713B)
--------actions()
--------AppTest.js(280B)
--------actions.test.js(625B)
--------index.css(30B)
----.gitignore(310B)
----public()
--------assets()
--------manifest.json(306B)
--------robots.txt(67B)
--------index.html(2KB)
--------favicon.ico(1KB)
----README.md(1KB)