Building a website for my brother need guidance

i,

So I’m helping my brother build a website for his custom kitchen/office design and install company. I used relume to make the wireframe and sitemap. So far so good. I’m trying to include a feature that isn’t so simple but I think will help him stand out from competition. Basically, I want to create an interactive room builder where potential customers can pretty much draw out their room and leave notes in places for requests or to give the designers a heads up, and potentially even submit their own design and ask for a quote. But generally they’ll give they layout of their room, hit submit, my brother will get the layout and will be able to import it into the design app (2020) then send it back with his ideas.

How hard would it be to make this (no coding experience) and how would you recommend i go about doing it? I’m deadset on learning how to do this just need a steer in the right direction.

To solve your problem without NO-CODE → will be → IMPOSSIBLE.

Your steps will be:

  1. First find a tool, provider or grogramm/software, or libraries, which are capable to fullfill your desired wished functionalities (online versions).

  2. Once you have found a provider or library, which could be the solution for your site, you will have to check, if those libraries / providers give you also enough possibilities for integration, for example

    a) REST-APIs
    b) NPM-Packages
    c) embedded code versions
    d) and so on.

  3. Then if they do → you simply either…
    a) install those NPM-packages on your site
    b) integrate an API
    c) or embed a code-snippet → (CUSTOM-ELEMENT / iFrame / HTML-Component)

  4. Then you connect those elements with your page by code and you get what you want.