Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Guseyn/EHTML

HTML as Template Language
https://github.com/Guseyn/EHTML

google-signin html html-elements template-language turbolinks

Last synced: about 2 months ago
JSON representation

HTML as Template Language

Lists

README

        

**v1.0.156**

[![EHTML CI](https://github.com/Guseyn/EHTML/actions/workflows/ehtml.yml/badge.svg?branch=master)](https://github.com/Guseyn/EHTML/actions/workflows/ehtml.yml)

**EHTML (or Extended HTML)** can be described as a set of custom elements that you can place on an HTML page for different purposes and use cases. The goal of this library is to provide a convenient way to eliminate JavaScript code on the client side as much as possible for basic and routine tasks. The biggest focus of this library is to offer the easiest way to perform **AJAX** operations just by using **HTML**. Also **EHTML** treat your HTML code code not only as a markup language but also as a templating language.

- [Web Page](https://e-html.org)
- [Documentation](https://e-html.org/html/documentation.html)
- [Blog](https://e-html.org/html/blog.html)
- [Examples](https://e-html.org/html/examples.html)

# Simple Blog App: Demo Video

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/dzrW3D_yIrc/0.jpg)](https://www.youtube.com/watch?v=dzrW3D_yIrc)

[Link to source code](https://github.com/Guseyn/ehtml-simple-blog-app)

# Simple Chat App: Demo Video

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/iaP3Y4SW0MY/0.jpg)](https://www.youtube.com/watch?v=iaP3Y4SW0MY)

[Link to source code](https://github.com/Guseyn/ehtml-simple-chat-app)

# Contribution and QA

If you have any questions or concers about **EHTML**, please feel free to share them in the [issues](https://github.com/Guseyn/EHTML/issues). If you want to send a patch, feel free to create a fork and send it via pull request.