|
2 | 2 |
|
3 | 3 | :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. |
4 | 4 |
|
| 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 | + |
| 12 | + <img alt="Menu Screenshot" src="./screenshots/img_20241224_194329124.png" width="240" /> |
| 13 | + |
| 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 | + |
| 20 | + <img alt="Language Screenshot" src="./screenshots/img_20241224_194340471.png" width="240" /> |
| 21 | + |
| 22 | + <img alt="Privacy Screenshot" src="./screenshots/img_20241224_194409954.png" width="240" /> |
| 23 | +</p> |
| 24 | + |
5 | 25 | ## Prerequisites |
6 | 26 |
|
7 | 27 | * [Node & npm](https://nodejs.org/en/download/) |
@@ -48,12 +68,17 @@ Because developers cannot override the RSK behavior, clicking RSK also calls `hi |
48 | 68 |
|
49 | 69 | ## Deploy to GitHub Pages |
50 | 70 |
|
51 | | -[https://cloudmosa.github.io/cloudphone-react-sample/](https://cloudmosa.github.io/cloudphone-react-sample/) |
52 | | - |
53 | 71 | [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. |
54 | 72 |
|
55 | 73 | :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. |
56 | 74 |
|
| 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 | + |
| 80 | + |
| 81 | + |
57 | 82 | ## License |
58 | 83 |
|
59 | 84 | Licensed under the [Apache 2.0](./LICENSE) license |
0 commit comments