Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Dioxus Starter



Online Demo



English
|
įŽ€äŊ“中文


## 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
```