Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building website like codecademy [closed]

Tags:

ide

web

I wanted to build an interactive site where I can use an online IDE. Most of programmers saw the codecademy.com, where people who are interested in programming want to learn the basics of programming. I do not know what technology I should use in order to create site with online IDE, which can show compilation errors. Please, direct me.

like image 559
Shahnur Isgandarli Avatar asked Mar 15 '26 08:03

Shahnur Isgandarli


2 Answers

Free code camp platform is now open source. You can download it from Github and start from there to build your own online educational platform. Free code camp shares many similarities with codecademy. It was written in node.js

like image 113
Sadiki Avatar answered Mar 17 '26 20:03

Sadiki


This is something I've looked into myself before and I came across Ace. Although I haven't had the chance to play with it myself yet.

In fact, Codeacademy is built on this library (http://ace.c9.io/#nav=production).

Hope this helps.

like image 25
Mark T Avatar answered Mar 17 '26 21:03

Mark T