Showcase
Customer Projects
-
Vario Solar Calculator
The Vario Solar Calculator allows a user to calculate the possible yield of its solar plant based on the location and the inclination of the modules. Both parameters will be calculated automatically by the app. Other parameters can be added manually to refine the results, which are estimated values, that are calculated on basis of the average solar radiation amount in the specific area.
-
DigiMobile
This app was created as the cross-platform mobile gateway to a company’s existing time recording backend. The goal was to achieve a convenient interface to that system. So the user, respectively the boss of a crew, can register time for one employee or the whole crew, attach the position to such bookings and finally synchronize the bookings with the server once network is available.
-
smartlimo.de
This project’s goal was to create a cross-platform mobile web app for an existing limousine service. Customers should be able to easily book a limousine for a certain date, manage their account, check their booking history and retrieve some general information about the service.
-
Mobile CRM
The management of customer relations through CRM systems is nowadays a very important part in an enterprise, but is used reluctantly and infrequently because of the large volume and complexity. Targeting this problem, M-Way Solutions created a cross platform Mobile CRM (web) app based on The-M-Project.
Community Projects
-
KitchenSink
The-M-Project’s KitchenSink app gives a general overview of most of the framework’s features. It shows all the available UI components, their different configurations and some styling tricks. Besides that, this app introduces some storage features and utilities.
-
Colorwheel
First, we mixed some math with the canvas element to get a beautiful color wheel. Then we used CSS3 to translate some originally plain DIV containers to form a cube. Finally we added some JavaScript to get a touch-optimized, color wheel controlled cube.
-
Memory
Memory, also known as Concentration or Pairs, is a card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards (Wikipedia). We created a mobile web version of this game.
-
MapSample
The user’s location in combination with a map is one of the core component of lots of mobile apps. This map sample covers most of the topics around those location-based services: retrieve the user’s location, show it on a map, link a data set of locations to a map and use geocoding to transform a location into a postal address.
-
ToDos
The ToDo App is a simple mobile web application to manage your ToDos. It persistently stores todos, lists them in a dashboard and supports editing/removing. The most special feature of this app is its multi-language support. Thanks to the community, this app is available in 15 languages so far. But we’re still looking for some more!
-
Twitter
This simple twitter demo application shows how to work with M.Model, M.DataConsumer and M.ListView. We basically send a request to twitter.com, depending on the user’s input. This request returns the first ten tweets matching this input, that are dynamically rendered inside a list view.