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 trialLuan Tran
1,035 PointsHow to create a mind map on the web platform?
I want to create a web app like this: http://mindmapfree.com. Can I do it with Ruby on Rails or learn something else? This is where I must start from or learn other courses. Thank you!
1 Answer
Kevin Faust
15,353 PointsIm not sure how much experience you have but to do something like that site, you should start off with the HTML and CSS track for the layout. After that, you will want to do the JavaScript track so you can learn how to make your sites interactive like the one above.
I checked that site's source code and could see it was made up of all html/css/javascript
Luan Tran
1,035 PointsLuan Tran
1,035 PointsI have no experience with programming, I want to do something like that, so, I want to know where to start. I just acquire HTML, CSS and JavaScript to do it, something else to learn? Please give me some advice. Thank you!
Kevin Faust
15,353 PointsKevin Faust
15,353 Pointswhat i suggest is that for now just go through the web design track to get a feel of what coding is. once you start to get comfortable and understand how the layout of websites work, then you can start learning javascript. just keep at it and you will be able to build a website like that :)
For me, when i first joined, i did the web design track for around 2 weeks, and then i started javascript/jquery after that. If you decide to learn a different language after that, it wont be that hard because the basics of javascript is present in pretty much all other scripting/programming languages. Hope this helped :)