Skip to content

Commit

Permalink
intro capabilities doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Oct 27, 2024
1 parent 684b0d0 commit deea02f
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 156 deletions.
25 changes: 25 additions & 0 deletions docs/documentation/capabilities/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,28 @@ layout: document
---

## Capabilities

Markup is a powerful templating system from which you can build anything upon. From simple applications to enterprise size applications, Markup is simple enough to support the building blocks to build anything.

Before Semicolon already offers additional libraries you can use to build web applications all built on top of Markup:

- [Web Component](./web-component.md);
- [Router](./router.md);

Additionally, here are example of things you can build using just the Markup APIs:

- [Function Component](./function-component.md);
- [State Management Store](./state-store.md);
- [Server Side Rendering](./server-side-rendering.md);

### Examples

Here are more examples you can draw inspiration from:

- [Node SSR website](https://stackblitz.com/edit/stackblitz-starters-a6rvq7)
- [ToDo App with Localstorage](https://codepen.io/beforesemicolon/pen/BaXJxwx?editors=0010)
- [ToDo App with State Management](https://stackblitz.com/edit/web-platform-lvonxr)
- [Tic Tac Toe app](https://codepen.io/beforesemicolon/pen/eYqyreO?editors=0010)
- [Calculator app](https://codepen.io/beforesemicolon/pen/abeEGMB)
- [Counter App](https://stackblitz.com/edit/web-platform-ixypdh)
- [Timer App](https://codepen.io/beforesemicolon/pen/yLQzQZV)
2 changes: 1 addition & 1 deletion docs/stylesheets/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
left: 0;
min-height: 100%;
border-right: 0.001rem solid coral;
padding-bottom: 50px;
padding-bottom: 20px;
}

#documentation nav::after {
Expand Down
Loading

0 comments on commit deea02f

Please sign in to comment.