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

CSS How to Make a Website Beginning HTML and CSS Introduction to HTML and the Portfolio Project

How do you go about making a web application?

I wanted to create a web application that uses a strategy from a Metatrader 4 indicator (Binary Options Trading) and autotrade using that strategy into a broker account that synced. How could I make that happen? and example of that this would be www.oneclickautotrader.com

1 Answer

You'll definitely need HTML, CSS, Javascript, and a server side language of your choice. The best option is if you're going to do this project yourself to start with the basics of HTML and CSS and build up the base content and layout of your website. After you've gotten a handle on the basic layout and structure, then move on to interactivity with JavaScript. Then, once you've gotten familiar with client-side interactivity, you will definitely need some server side interactivity and figure out what server side language(s) you'd like to learn.

There are great courses on here that will steer you in the right direction to getting your site done.