Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Vijayalaxmi vastrad
Vijayalaxmi vastrad
2,789 Points

Hi does anybody have experience of developing remote vending machine app

Webdevelopment

Steven Parker
Steven Parker
231,172 Points

I've done it, though the machines were on a private network instead of the internet. What do you want to know?

3 Answers

Vijayalaxmi vastrad
Vijayalaxmi vastrad
2,789 Points

first of all Thank you so much for your reply. and I have not get response for long time that is why i asked it in different subject.

regarding vending machine app. their is already vending machine app built using XML and c+ for back-end. now we need to migrate it to HTML. can you please tell me how to do it what all tools and tech i need to use.

Steven Parker
Steven Parker
231,172 Points

Three hours is not a "long time" in the forum. Remember students are located all around the globe!

I would assume your migration is strictly front-end since you mention HTML. There are a lot of nice tools available for HTML development, and many of them are free. One highly respected free one is VSCode.

Will you be learning HTML development from the courses here? The "workspace" environment used with the courses will give you an introduction to integrated development.

Vijayalaxmi vastrad
Vijayalaxmi vastrad
2,789 Points

I deleted that question. yes its frontend WebDev. and I started building it from scratch using HTML CSS Jquery. but i am not getting how to make it customisation like for example if customer wants to change image or any content how to make it .

Steven Parker
Steven Parker
231,172 Points

If you want to make it possible for someone without programming skills to modify the appearance, you'll need some kind of CMS (Content Management System) which is a pretty advanced bit of software. Perhaps you could adapt an existing one (something like WordPress) but to develop one would be a big job even for a team of experienced developers.

The vending machine project I worked on was not customer configurable. The customer would generate change orders which would be accommodated as part of an on-going software maintenance contract.