-
-
Notifications
You must be signed in to change notification settings - Fork 926
Example Applications
LINKS to independent applications using Mithril
Examples to study and emulate
-
kyill-thrill - a small single-request blog tool that uses Jekyll and Mithril
-
todomvc-mithril - an implementation of TodoMVC in Mithril
-
TodoMVC.com - not always up-to-date with the current version of Mithril, but worth a look.
-
todomvc in livescript Possibly the smallest todomvc implementation
-
chessground A featureful, multipurpose chess board UI with mobile support. To be used standalone, or as a Mithril component.
-
lichess.org The second most popular chess server. Uses 7 distinct mithril projects to handle playing, puzzles, analysis, tournaments, and more.
-
Myth player A simple html5 video player
-
SchoolHouseRock demo game built with Mithril in a week-end game jam by Josh Galvin, source code can be found here
-
Captain Vocab MMO demo game, defeat monsters by learning Spanish vocabulary, that you can play here and where you can see the source here
-
Github Who to Follow - Example of using a public API
-
RSS Feed Reader - Another Example of using a public API
-
Treebeard - Hierarchical data renderer built with Mithril
-
ahdience - a Mithril based presentation tool that gives you full control over your presentations. You can embed custom javascript actions into your presentationsand control all aspects of your design with CSS. Demo here
-
ListKit on Github - Public list manager - DEMO
-
Mithril/Haxe webshop - An simple online shopping demo site, written in Haxe (a js transpiler) and Mithril. Source code linked.
-
Slide Presentation Tool - impressive! (uses v0.1.21) - github repository