Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DioxusLabs/example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust
https://github.com/DioxusLabs/example-projects

Last synced: 2 months ago
JSON representation

Featured Dioxus projects on how to build clean user interfaces in Rust

Awesome Lists containing this project

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)