Skip to content

Commit 65a0f0b

Browse files
committed
Screenshots
1 parent b4bb7e8 commit 65a0f0b

9 files changed

Lines changed: 27 additions & 2 deletions

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
:beginner: This is a beginner guide on [Cloud Phone](https://www.cloudfone.com/) widget development, created using [Vite](https://vite.dev/guide/), as a sample repository.
44

5+
[https://cloudmosa.github.io/cloudphone-react-sample/](https://cloudmosa.github.io/cloudphone-react-sample/)
6+
7+
Below are screenshots of this sample application on the [Itel NEO R60+ 4G](https://itel-pk.com/products/neo-r60), a QVGA (240x320) Cloud Phone with WiFi connectivity.
8+
9+
<p align="center">
10+
<img alt="Home Screenshot" src="./screenshots/img_20241224_194324374.png" width="240" />
11+
&nbsp; &nbsp; &nbsp; &nbsp;
12+
<img alt="Menu Screenshot" src="./screenshots/img_20241224_194329124.png" width="240" />
13+
&nbsp; &nbsp; &nbsp; &nbsp;
14+
<img alt="About Screenshot" src="./screenshots/img_20241224_194456968.png" width="240" />
15+
</p>
16+
17+
<p align="center">
18+
<img alt="Settings Screenshot" src="./screenshots/img_20241224_194335353.png" width="240" />
19+
&nbsp; &nbsp; &nbsp; &nbsp;
20+
<img alt="Language Screenshot" src="./screenshots/img_20241224_194340471.png" width="240" />
21+
&nbsp; &nbsp; &nbsp; &nbsp;
22+
<img alt="Privacy Screenshot" src="./screenshots/img_20241224_194409954.png" width="240" />
23+
</p>
24+
525
## Prerequisites
626

727
* [Node & npm](https://nodejs.org/en/download/)
@@ -48,12 +68,17 @@ Because developers cannot override the RSK behavior, clicking RSK also calls `hi
4868

4969
## Deploy to GitHub Pages
5070

51-
[https://cloudmosa.github.io/cloudphone-react-sample/](https://cloudmosa.github.io/cloudphone-react-sample/)
52-
5371
[GitHub Pages](https://pages.github.com/) offers free hosting for public open-source repositories. This project uses the [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) GitHub Action to build and deploy HTML, CSS, and JS to the `gh-pages` branch.
5472

5573
:warning <u>Production</u>: although it's possible to configure [custom domain names](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages), "GitHub Pages is not intended for or allowed to be used... either facilitating commercial transactions or providing commercial software" ([see Prohibited Uses](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#prohibited-uses)). Use GitHub Pages for production applications at your own risk.
5674

75+
## Developer Program
76+
77+
Register for the [Cloud Phone Developer Program](https://www.cloudfone.com/developer-program) to upload test widgets and use the Cloud Phone Simulator.
78+
79+
![New Widget Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.42.16 PM.png)
80+
![Cloud Phone Welcome Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.51.54 PM.png)
81+
5782
## License
5883

5984
Licensed under the [Apache 2.0](./LICENSE) license
271 KB
Loading
342 KB
Loading
5.13 KB
Loading
2.2 KB
Loading
2.76 KB
Loading
1.72 KB
Loading
4.14 KB
Loading
8.23 KB
Loading

0 commit comments

Comments
 (0)