Skip to content

Commit 0ed996d

Browse files
committed
added example screenshots
1 parent 082d688 commit 0ed996d

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

examples/calculator/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
This example showcases how to build a basic calculator clone.
44

5-
**Screenshot:**
5+
### Screenshots
6+
7+
**Linux**
68

7-
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_mac.png" height="400" />
89
<img alt="demo_linux" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_linux.png" height="400" />
910

11+
**Windows**
12+
13+
<img alt="demo_win" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_win.jpg" height="400" />
14+
15+
**Mac:**
16+
17+
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_mac.png" height="400" />
18+
1019
To run the demo:
1120

1221
1. `yarn build`
28.6 KB
Loading

examples/image-view/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
This example showcases how to build a basic image viewer clone.
44

5-
**Screenshot:**
5+
### Screenshots
6+
7+
**Linux**
68

7-
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_mac.png" height="400" />
89
<img alt="demo_linux" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_linux.png" height="400" />
910

11+
**Windows**
12+
13+
<img alt="demo_win" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_win.jpg" height="400" />
14+
15+
**Mac:**
16+
17+
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_mac.png" height="400" />
18+
1019
To run the demo:
1120

1221
1. `yarn build`
911 KB
Loading

0 commit comments

Comments
 (0)