Skip to content

OfiliPatrick/pied-piper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

App Preview

App Preview 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