# dioxuslabs-example-projects **Repository Path**: mouseout/dioxuslabs-example-projects ## Basic Information - **Project Name**: dioxuslabs-example-projects - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-07 - **Last Updated**: 2025-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **These examples have moved to the main dioxus repo. You can view updated versions [here](https://github.com/DioxusLabs/dioxus/tree/main/examples)** # Example projects with Dioxus This repository holds the code for a variety of example projects built with Dioxus. Each project has information on how to build/deploy. If you want to add your own, feel free to make a PR! Current Projects: | Example | Platform | Creator | | -------------------------------- | ------------ | ----------- | | [TodoMVC](./todomvc) | Web, Desktop | @jkelleyrtp | | [TodoMVC](./ios_demo) | iOS | @jkelleyrtp | | [File Explorer](./file-explorer) | Desktop | @jkelleyrtp | | [E-Commerce](./ecommerce-site) | LiveView | @jkelleyrtp | | [WiFi Scanner](./wifi-scanner) | Desktop | @jkelleyrtp | | [Weather App](./weatherapp) | Web | @jkelleyrtp | | [Dog App](./dog-app) | Desktop | @jkelleyrtp | ## TODOMVC (Desktop, Web) [![TodoMVC](./todomvc/example.png)](./todomvc) ## iOS TODOMVC [![TodoMVC Mobile](./ios_demo/assets/screenshot_smaller.jpeg)](./ios_demo) ## File Explorer (Desktop) [![File Explorer](./file-explorer/image.png)](./file-explorer) ## E-Commerce (Liveview) [![E Commerce](./ecommerce-site/demo.png)](./ecommerce-site) ## WiFi Scanner (Desktop) [![WiFi Scanner](./wifi-scanner/demo_small.png)](./wifi-scanner) ## Weather App (Web) [Instructions](./weatherapp/README.md/#Instructions) [![Weather App](./weatherapp/weatherapp.png)](./weatherapp) ## Dog App (Desktop) [Instructions](./dog-app/README.md/#Instructions) [![Dog App](./dog-app/dog-app.png)](./dog-app)