jakobaxelsson / domed

A Pythonic approach for manipulating DOM structures for code executing in the browser with pyodide/pyscript.
MIT License
0 stars 0 forks source link

Create example and playground #2

Open jakobaxelsson opened 1 year ago

jakobaxelsson commented 1 year ago

To help other users, create an example application that shows various ways of using the library. This can also serve as a boilerplate for creating new applications.

Also, create a playground application, which consists of a div where content can be added and a terminal, side by side. Then, the user can put in different commands in the terminal and see the effects in the content element.

In the README file, there should be links to Github pages, for both these applications, so that they can be used online without installation.

jakobaxelsson commented 1 year ago

A playground has been added.

jakobaxelsson commented 1 year ago

Also added a link to the playground in README, as well as to SoSSim for a larger example.