/NeoTodo

A todo app built with nuxt, tauri, rusqlite, and tailwindcss

Primary LanguageVue

NeoTodo

This is a simple todo app built with Tauri.

Thumbnail

Download

Features

  • Add new todos
  • Mark todos as completed
  • Delete todos
  • Due date for todos
  • Filter todos by status
  • Dracula theme

Development

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/NeoPrint3D/NeoTodo.git
  2. Install dependencies for Nuxt.js and Tauri:

    cd NeoTodo
    
    npm install
    yarn install
    pnpm install
    bun install
  3. Run the app:

    npm run tauri dev
    yarn tauri dev
    pnpm tauri dev
    bun tauri dev
  4. Build the app:

    npm run tauri build
    yarn tauri build
    pnpm tauri build
    bun tauri build