Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 642 Bytes

This app is implemented by following along in a Udemy course on React, Typescript and Redux by Stephen Grider!!!

  • It creates a code sandbox environment along with ability to add markup cells.
  • A bundler is implemented using esbuild-wasm. It does bundling in the browser itself without the need for a backend to process the user inputted code.
  • State management is done using Redux.

To - Dos

  • Add a backend server with API integration for users to save their progress

  • Support for other languages!!

  • Multiple files and directory structure!!

  • Advanced

    • Add autocompletion or snippets / allow users to create snippets