--- uid: Uno.Workshop.Counter --- # Create a Counter App with Uno Platform The Counter tutorial will walk you through creating a simple cross-platform counter application with Uno Platform.

Screenshot of an Uno Platform app showing a counter

There are four variants of the Counter tutorial, combining markup language (XAML or C# Markup) and presentation framework (MVVM or MVUX). Also, you can build the Counter tutorial using our visual designer, Hot Design.
#### XAML + MVUX Use XAML for layout and MVUX for state management
#### XAML + MVVM Use XAML for layout and MVVM for state management
#### C# Markup + MVUX Use C# Markup for layout and MVUX for state management
#### C# Markup + MVVM Use C# Markup for layout and MVVM for state management
#### Hot Design Use a visual designer to design and develop the app

---