Skip to content

chompaa/tmro

Repository files navigation

tmro

A kanban board app, featuring drag and drop capabilities, user authentication, and storage. Built with React + Tailwind. Bootstrapped with Vite.

Demo

You can try this app for yourself. Visit this link to get started.

Development

Clone this repository, make sure you have Node + npm, then:

  • To run, use npm run dev
  • To build, use npm run build or vite build