https://github.com/flower0wine/mmboard
Floating memory board desktop app for quick notes
https://github.com/flower0wine/mmboard
desktop-app electron memory-board notes react tailwindcss typescript vite
Last synced: 28 days ago
JSON representation
Floating memory board desktop app for quick notes
- Host: GitHub
- URL: https://github.com/flower0wine/mmboard
- Owner: flower0wine
- Created: 2026-05-25T13:57:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-27T01:26:56.000Z (about 1 month ago)
- Last Synced: 2026-05-27T03:15:08.923Z (about 1 month ago)
- Topics: desktop-app, electron, memory-board, notes, react, tailwindcss, typescript, vite
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mmboard
mmboard is a floating memory board desktop app for quickly capturing notes before they fade.
## Stack
- Electron
- React
- TypeScript
- Vite
- Tailwind CSS
- pnpm
## Development
```powershell
pnpm install
pnpm dev
```
## Build
```powershell
pnpm build
```