Skip to content

lunardoesdev/nuxtjstodo

Repository files navigation

Color Burst Todo (Nuxt + Bun)

A colorful Nuxt 3 todo app styled with Tailwind and powered by Bun.

Screenshot

Portfolio Note

This project is a single-user demo built for portfolio purposes. Todos are stored in a local SQLite database on the server and all users share the same list. It is intentionally simple:

  • No authentication or per-user data separation
  • No real-time sync; updates are reflected after each API call or refresh
  • "Last write wins" when multiple users change the same item

If you want multi-user support, add auth and scope todos by user ID.

Requirements

  • Bun (latest)
  • bunx (ships with Bun)
  • jj (Jujutsu) for version control

Setup

bun install

Development

bun run dev

Build / Preview

bun run build
bun run preview

bunx Usage

Project scaffolding and one-off tooling commands should use bunx:

bunx nuxi info

jj Workflow (Quickstart)

jj init
jj status
jj describe -m "Add colorful todo UI"
jj commit

About

nuxtjs based todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published