Technical part

Mellowdy is a relatively simple site, as you can see on our github front and back for that we used several different technologies.

For the front end we used React.js and Axios for the API. At the base the web application was written with Typescript but the latter posed problems with libraries that we used. In this case it was fseehawer/circular-clider and mui. For the main page we also use Three.js with React-Three-Fiber to generate the 3D components.

For the back end and server part, we use symfony (which is a PHP framework) and MongoDB. As I said before, the link between the back and the front is made by an API called Axios, which sends requests to transmit information. ⚙️