Skip to content

Commit e679374

Browse files
committed
chore: updated readme
1 parent f2f0390 commit e679374

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

reference/Counter/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,21 @@
33
Discover the simplicity and power of Uno.Extensions with the Counter App, a straightforward yet powerful demonstration of basic and advanced features of the Uno Platform. This app provides a hands-on experience with fundamental concepts such as state management, user interaction, and UI updates in real-time.
44
This sample app was built using the four variants of the [Counter workshop](https://aka.platform.uno/counter-tutorial), combining markup language (XAML or C# Markup) and presentation framework (MVVM or MVUX).
55

6-
![CounterApp Image](doc/assets/counterApp.png)
6+
![CounterApp Image](doc/assets/counterApp.png)
7+
8+
## Codebase
9+
10+
### MVVM
11+
12+
* [**C#-MVVM MainViewModel.cs**](CSharp-MVVM/Counter/MainViewModel.cs) C#-MVVM model with [**C#-MVVM MainPage.cs**](CSharp-MVVM/Counter/MainPage.cs) C#-MVVM data binding.
13+
* [**XAML-MVVM MainViewModel.cs**](XAML-MVVM/Counter/MainViewModel.cs) XAML-MVVM model with [**XAML-MVVM MainPage.xaml**](XAML-MVVM/Counter/MainPage.xaml) XAML-MVVM data binding.
14+
15+
### MVUX
16+
17+
* [**C#-MVUX MainModel.cs**](CSharp-MVUX/Counter/MainModel.cs) C#-MVUX states and record immutability with [**C#-MVUX MainPage.cs**](CSharp-MVUX/Counter/MainPage.cs) C#-MVUX data binding.
18+
* [**XAML-MVUX MainViewModel.cs**](XAML-MVUX/Counter/MainModel.cs) XAML-MVUX states and record immutability with [**XAML-MVUX MainPage.xaml**](XAML-MVUX/Counter/MainPage.xaml) XAML-MVUX data binding.
19+
20+
## What is the Uno Platform
21+
22+
[Uno Platform](https://platform.uno) is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly.
23+
For additional information about Uno Platform or if you have any feedback to share, please refer to the [README.md](../../README.md) file in this Samples repository.

0 commit comments

Comments
 (0)