https://github.com/Seitenbau/BauPlan-Client
Bauplan is an app to show the floor layout of an organization.
https://github.com/Seitenbau/BauPlan-Client
experimental floor-layout floorplan seating
Last synced: 9 months ago
JSON representation
Bauplan is an app to show the floor layout of an organization.
- Host: GitHub
- URL: https://github.com/Seitenbau/BauPlan-Client
- Owner: Seitenbau
- License: mit
- Created: 2017-09-29T07:07:28.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2020-07-21T12:38:27.000Z (almost 6 years ago)
- Last Synced: 2024-08-07T23:49:38.531Z (over 1 year ago)
- Topics: experimental, floor-layout, floorplan, seating
- Language: JavaScript
- Homepage: https://seitenbau.github.io/BauPlan-Client/
- Size: 7.69 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bauplan Client
[](https://travis-ci.org/Seitenbau/BauPlan-Client) [](https://david-dm.org/Seitenbau/BauPlan-Client)
[](https://codecov.io/gh/Seitenbau/BauPlan-Client)
Bauplan is an app to show the floor layout of an organization. It helps to easily find where people are located in a building. It also allows to plan and organize where people should be seated and easily move them around and adjust the floor plan accordingly.
This is the client part of the app, you can see a demo of it [here](https://seitenbau.github.io/BauPlan-Client/).
## Getting Started
### Precaution: Experimental Project
This is an experimental apprenticeship project. The goal of the project is to try out new technologies and paradigms and to study and learn. It is by no means intended to be used in the real world as an productive app.
### Prerequisites
While you can see how the app works just from the frontend, for the app to be useful you also need to get a backend part up running and configure it accordingly.
### Installing
Locally all you have to do is to clone the repository and execute the following commands
```
yarn install
yarn start
```
### Adding floor plans
You can put your floor plans as images or svg to
```
src/floorplans
```
Adjust the ```src/floorplans/plans.json``` accordingly.
### Configuration
You have to setup your floor plans and the rest of the app by looking at the configuration files in
```
src/settings
```
## Built With
* [Create-React-App](https://github.com/facebookincubator/create-react-app)
* [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Many thanks to SEITENBAU for supporting this project and lettings us open source it