treezy254 / S-editor

An interactive code learning platform

Home Page:https://interactivecode.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S-editor

An interactive code learning platform.

If you want to run the platform locally, you can first clone the repository from

git@github.com:treezy254/S-editor.git
Screenshot (5)

Then install the necessary dependencies with

npm init

npm start

To build and run for productions, you can use

npm run build

How to record screencasts

  1. Go to the scrims page
  2. Create a new scrim
  3. Click on the scrim for editing
  4. You will be redirected to a new page
  5. On the page you will be present by a text editor and two (record and save) buttons.
  6. Click start recording and start typing code on the text editor.
  7. You can run your code using the run button and also toggle the console using the console button.
  8. After you've fininished, click stop recording and save the screencast.

About

An interactive code learning platform

https://interactivecode.netlify.app/


Languages

Language:JavaScript 97.4%Language:HTML 1.7%Language:CSS 0.9%Language:Python 0.1%