Skip to content

Commit

Permalink
added codesandbox stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
donnikitos committed Oct 18, 2023
1 parent 92a4816 commit 3661097
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codesandbox/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "mutableJS / demo - Mini Todo App",
"description": "A mini todo app written using mutableJS.",
"tags": [
"typescript",
"jsx",
"signals",
"reactivity",
"mutability",
"DOM",
"mutableJS",
"hyperMedia",
"HyperText",
"Website",
"Webapp"
],
"published": true
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Demo repo: Simple ToDo-app written with [@mutablejs/core](https://www.npmjs.com/

This is a proof of concept of the reactive mutability of DOM elements accomplished with the use of `@mutablejs/core` and `@mutablejs/dom`

#### Try before using

You can [try it out in CodeSandbox](https://codesandbox.io/p/sandbox/github/mutableJS/demo/tree/master?file=%2Fsrc%2Findex.tsx%3A1%2C1) before you clone and start using our demo app.

## Installation and Startup

With **npm**:
Expand Down

0 comments on commit 3661097

Please sign in to comment.