Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 657 Bytes

File metadata and controls

14 lines (10 loc) · 657 Bytes

Code Player

A simple code interpreter of HTML, CSS and Javascript :) !

Demo: https://ls-ramos.github.io/code-player

Structure

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.

Packages used in the project

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/

Goal

The goal of this project was to use the ACE editor to try out using a powerful code editor on the web