Code Player
jQuery App
Client
- Individual Project
Services
- Back End Development
- Front End Development
- Server Setup
- SSL
Deliverables
- jQuery Web App
Other
- Server Security
- Maintenance
- HTML5
- JavaScript
- jQuery
Website
Project Info
Challenge
A code player application allowing users to write HTML, JavaScript and CSS code and to see changes in real time. Users should be able to toggle the HTML, CSS, JavaScript and Output tabs at any time. Must be easy to use and to be working fast. Basically, a simplified version of the jsBin application.
Solution
The simplified design is pretty similar to the jsBin app.
For server security reasons I published the Code Player without the JavaScript tab. This was done to avoid any malicious code being sent to the server. In order to use the JavaScript tab, some more security measures need to be taken.