The RaumplanX is a web-based application that allows you to have an overview of your office and the desks. You can assign people to the desks, edit and move them around relatively easily, create meeting rooms (with google calendar integration), and more.
The new version is written in react and uses an express server as a backend, whereas the old version was written in plain javascript and used php for backend stuff. The new version also adapts to an SQL database, whereas the old version used json-files. Design wise the new version is more modern and has a more modern look (including dark and light themes).
git clone https://github.com/NilsGke/raumplanX.git
cd ./raumplanX
npm run firstSetup
git clone https://github.com/NilsGke/raumplanX.git
cd ./raumplanX/client/
npm install
npm run build
cd ..
npm install
npm run start