https://github.com/ofilipatrick/pied-piper
Pipe Sizing Software built with React
https://github.com/ofilipatrick/pied-piper
flask javascript pipe-sizing react
Last synced: 11 months ago
JSON representation
Pipe Sizing Software built with React
- Host: GitHub
- URL: https://github.com/ofilipatrick/pied-piper
- Owner: OfiliPatrick
- Created: 2020-04-28T01:14:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T03:50:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T11:01:33.742Z (about 1 year ago)
- Topics: flask, javascript, pipe-sizing, react
- Language: JavaScript
- Homepage: https://pied-piper-soft.netlify.app/
- Size: 5.98 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pied Piper
- Pipe Sizing Software built with React and a Flask backend.

## Introduction
Pied Piper is a pipe sizing software I built as my final year project in college. It is designed to achieve the following:
- Deduce pipe sizing parameter values.
- Accurate calculations due to reduced human error.
- Faster and efficient pipe sizing process.
## Live Demo
Find the live version of this software here: [piedpiper.com](https://pied-piper-soft.netlify.app/)
## App Preview

## Getting Started
- Node.js must be pre-installed.
### Clone
- Clone the repository to your local machine using
`git clone https://github.com/OfiliPatrick/pied-piper.git`
### Local Setup
- Install react dependencies and start the application using
```
cd pied-piper
npm install
npm start
```
- Navigate to `http://localhost:3000/`.
### Software Usage
1. Ensure all parameters and fields are filled.
2. Click on the calculate button.
3. View pipe sizing results.
### Deployment
`npm run build`