Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuantsai1115/structural-inspection
A web-based tool for generating sheets for onsite rebar inspection. The website is created using React and Material UI.
https://github.com/yuantsai1115/structural-inspection
bim inspection material-ui react report
Last synced: about 2 months ago
JSON representation
A web-based tool for generating sheets for onsite rebar inspection. The website is created using React and Material UI.
- Host: GitHub
- URL: https://github.com/yuantsai1115/structural-inspection
- Owner: yuantsai1115
- Created: 2023-02-10T09:54:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T07:51:18.000Z (almost 2 years ago)
- Last Synced: 2023-09-17T01:41:50.420Z (over 1 year ago)
- Topics: bim, inspection, material-ui, react, report
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rebar Inspection Sheet Generating Tool
A web-based tool for generating sheets for onsite rebar inspection. It speeds up the preparation of filling the design data of RC columns/beams into each inspection sheet by 5 times.## Introduction
In conventional procedure, inspectors may spend couple hours to extract the design data from drawings and fill them into the sheets. This tool automatically extracts data from building information models and generate the sheets accordingly. Inspectors then bring all the sheets to conduct quality check of rebars.[Rebar Inspection Sheet Generating.mp4](https://user-images.githubusercontent.com/119405090/218063414-3f433d85-748e-4956-b70f-f4609babdd0e.mp4)
## Live Demo
Main branch is deployed to https://structural-inspection.netlify.app/.## Features
- Generating inspection sheet from BIM model
- Costomisable Word template
- No installation needed## Project Setup
### Prerequisites
- Node.js v16 and above### Setup
- clone this repository
- install dependencies: `yarn install`
- run server: `yarn start`
- go to http://localhost:3000Enjoy :metal: