https://github.com/chompaa/tmro
A kanban board app
https://github.com/chompaa/tmro
firebase preact react-beautiful-dnd tailwindcss typescript
Last synced: about 2 months ago
JSON representation
A kanban board app
- Host: GitHub
- URL: https://github.com/chompaa/tmro
- Owner: chompaa
- Created: 2023-06-19T08:27:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T03:05:05.000Z (over 2 years ago)
- Last Synced: 2025-07-05T13:36:40.251Z (12 months ago)
- Topics: firebase, preact, react-beautiful-dnd, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://chompaa.github.io/tmro/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`