A simple code interpreter of HTML, CSS and Javascript :) !
Demo: https://ls-ramos.github.io/code-player
To run the project download the file 'codePlayer.html' and open it with any web browser. This project contains a PNG file showing the final result of the project so far.
For a better user experience the ACE editor is used to do code highlighting and other usual code editor functionalities, for more information about it check out the ACE editor documentation: https://ace.c9.io/
The goal of this project was to use the ACE editor to try out using a powerful code editor on the web