Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrxiaozhuox/dioxus-hackernews
Hacker News clone with Dioxus
https://github.com/mrxiaozhuox/dioxus-hackernews
Last synced: 18 days ago
JSON representation
Hacker News clone with Dioxus
- Host: GitHub
- URL: https://github.com/mrxiaozhuox/dioxus-hackernews
- Owner: mrxiaozhuox
- License: mit
- Created: 2022-08-07T14:40:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T16:33:29.000Z (about 2 years ago)
- Last Synced: 2024-10-11T01:51:05.439Z (about 1 month ago)
- Language: Rust
- Size: 2.28 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-list - mrxiaozhuox/dioxus-hackernews - hackernews?style=social"/> : Hacker News clone with Dioxus. (GUI)
- awesome-rust-list - mrxiaozhuox/dioxus-hackernews - hackernews?style=social"/> : Hacker News clone with Dioxus. (GUI)
README
Dioxus Starter
## Features
- đ§ [Dynamic routing](https://dioxuslabs.com/nightly/router/) support
- âī¸ Light / Dark mode support
- đĄ [Tailwind](https://tailwindcss.com/) framework support
- đ Markdown parser support
- đŋ [Toast](https://github.com/mrxiaozhuox/dioxus-toast) popup support
- đ [FA](https://fontawesome.com/) free icon support## Pre-Packed
### UI Framework
- [Tailwind](https://github.com/tailwindlabs/tailwindcss) - A utility-first CSS framework
### Dioxus Plugins
- [Dioxus Router](https://github.com/DioxusLabs/dioxus/tree/master/packages/router) - Dioxus Router is a first-party router for Dioxus
- [Dioxus Fermi](https://github.com/DioxusLabs/dioxus/tree/master/packages/fermi) - Atom-based global state management solution for Dioxus
- [Dioxus Free Icon](https://github.com/nissy-dev/dioxus-free-icons) - Use free svg icons in your Dioxus
- [Dioxus Toast](https://github.com/mrxiaozhuox/dioxus-toast) - Add toast support for your Dioxus
- [Dioxus Use Storage](https://github.com/oovm/dioxus-hooks/tree/master/projects/dioxus-use-storage) - Add Storage Hooks for Dioxus## Try it
```
dioxus create my-dioxus-app --template=gh:mrxiaozhuox/dioxus-starter
cd my-dioxus-app
dioxus serve
```