Hi fellas, I’m a beginner who only knows HTML and CSS, all in novice level. I’ve never been motivated enough to learn some JS but now I do, after discovering a project that requires some JS knowledge.
So I’m looking to build a workstation visualizer where people can use it to plan their workstation outlook before proceeding to buy the equipments and build their setups. By workstation I mean battlestation if you are familiar with the term. To avoid complicating the users, I want to limit some of the features such as camera movement, dragging the objects such as furnitures (desk, chair) and peripherals (keyboard, mouse, speakers, etc). I want them to only click the choices of the available options, and their selected option will be placed in a default and fixed position. For example, if you choose a standing desk, the desk will be displayed and positioned in a fixed position, and next when you choose a keyboard, it will be positioned again in a fixed position. Likewise for other objects.
Now let’s talk about the scene or environment (sorry idk what’s the correct term), I want them to choose their choice of environment, in this section I will import a few options where there are options such as dark room, bright room with only natural light, etc. This is good for them to be able to visualize how would their setups look like in reality.
That’s all I can think of fir the features for now. How do I go about building a visualizer with the options above?
Not sure if links are allowed here but this is the reference I have https://deskspacing.com/
Thank you!
Edit: If someone offers mentorship for a newbie please do let me know as I am very keen.