Skip to content

Commit

Permalink
docs(readme): add examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Jun 2, 2024
1 parent 0d37c81 commit 95836e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const Counter: Component<State> = {
mount(document.body, Counter);
```

## 💡 Examples

You can find examples for building a [simple counter](https://github.com/tentjs/examples/tree/main/counter), [todo list](https://github.com/tentjs/examples/tree/main/todo-list), [a form](https://github.com/tentjs/examples/tree/main/form) and more in the [examples repository](https://github.com/tentjs/examples).

## 👍🏻 Contribute

If you want to support the active development of Tent, there are a few ways you can help:
Expand Down

0 comments on commit 95836e4

Please sign in to comment.