What is Hotdog
-
We'll be building a small app called: HotDog - basically Tinder, but for dogs!
This app will serve as a great way to learn about building UIs, adding state, and deploying.
By the end of this tutorial, you will launch your very own web, desktop, and mobile apps and a backend deployed to Fly.io
Feature of Hotdog App
Engage with a stream of cute dog photos Swipe right if we want to save the dog photo to our collection Swipe left if we don't want to save the dog photo View the dog photos we saved later
Installation & project setup
$ Install vscode. Extensions(Rust Analyzer, Dioxus)
$ cargo install dioxus-cli
$ dx --version
$ dx new hot_dog
$ cd hot_dog
$ dx serve
http://127.0.0.1:8080
Code
- On every click of "Next Dog!", We pick a random dog. And show its pic
![]()
|
|