Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.49 KB

File metadata and controls

34 lines (17 loc) · 1.49 KB

List of sample applications on HMPL

This repository contains a list of test applications written using the HMPL template language. You can safely take them and modify them (only the pictures need to be replaced).

Gallery App

A flower gallery application with pagination functionality. The images, as well as the name of the application itself, are uploaded from the server.

Photo 1 Photo 2 Photo 3

Landing Page

A landing page where the components are completely located on the server, so the original application file weighs only a couple of kilobytes.

Photo 4 Photo 5

Game

With the help of a template language, you can even make a game :)

game

HATEOAS App

A small application built on the HATEOAS architecture. It uses hmpl-dom. The application itself is a small clothing store.

HATEOAS app