Skip to content

islami00/tauri-todolist

Repository files navigation

Tauri TodoList

Techstack: Vite + React + Tauri + XState + Mantine

Hi there! , welcome to my grand experiment with all five of those technologies. The aim here is to build a todolist using the tauri stack, and through that, get acquainted with Xstate, and mantine.

Env setup

If you're using gitpod: Open in Gitpod

Otherwise, follow the setup instructions on Tauri.

Running it

  • You can get started in dev with: yarn run dev
  • Run both UI and the app backend with: yarn run tauri dev
  • Or Compile App alone with: cd src-tauri && cargo build --no-default-features ,
  • and run the app with: ./src-tauri/target/debug/app

Let's have fun!

Read more

About

A little todolist experiment to get familiar with: Mantine, xstate, rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published