An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pied Piper

- Pipe Sizing Software built with React and a Flask backend.

![](https://github.com/OfiliPatrick/pied-piper/blob/master/src/images/piedpreview.png?raw=true)

## 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

![App Preview gif](https://recordit.co/cG0xjfPI5U.gif)

## 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`