I worked on the UI part of Lucia, a light configurator internally used by Signify.
The frontend uses React and MaterialUI. A C# API is called to get the data displayed in the application.
Scenes are rendered with the 3D library three.js.
Part of the project was written in TypeScript.
The difficult part in this project was to display large amounts of data without overwhelming the user.