Skip to content

Simple Card Sorting (Drag and Drop) This repository features a straightforward implementation of a card sorting with drag-and-drop functionality.

Notifications You must be signed in to change notification settings

RustGrow/card-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Simple Card Sorting (Drag and Drop) example, created using version 0.6 of the GUI library for Rust, Dioxus!

image

Important. This project uses the web platform

Quick start

  1. Reinstall the CLI to the git version. For Windows users need to install the Netwide Assembler (NASM). On startup it will open the shell and inside execute this command.
cargo install --git https://github.com/dioxuslabs/dioxus dioxus-cli --locked --force
  1. Clone this repository
git clone https://github.com/DioxusGrow/card-sorting

and 👇

Development

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch

Run the following command in the root of the project to start the Dioxus dev server:

dx serve

About

Simple Card Sorting (Drag and Drop) This repository features a straightforward implementation of a card sorting with drag-and-drop functionality.

Resources

Stars

Watchers

Forks

Packages

No packages published