https://github.com/matijanovosel/neat-memos
🐈 A simple app for taking notes on the go.
https://github.com/matijanovosel/neat-memos
free kanban memo microblog note-taking supabase vue
Last synced: 3 months ago
JSON representation
🐈 A simple app for taking notes on the go.
- Host: GitHub
- URL: https://github.com/matijanovosel/neat-memos
- Owner: MatijaNovosel
- License: mit
- Created: 2024-03-28T11:34:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-31T12:39:56.000Z (9 months ago)
- Last Synced: 2025-06-02T04:18:15.093Z (4 months ago)
- Topics: free, kanban, memo, microblog, note-taking, supabase, vue
- Language: Vue
- Homepage: https://neat-memos.vercel.app
- Size: 1.01 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Neat memos
A simple app for taking notes on the go.


## 🔨 Built With
- [Vue 3](https://vuejs.org/)
- [Vite](https://vitejs.dev/)
- [Supabase](https://supabase.com/)
- [Vuetify](https://vuetifyjs.com)## 🚀 Features
- Adding and editing notes in a markdown format that fully supports various features such as code highlighting
- File storage
- Sharing your memos with other people through a public link
- Kanban board management for more detailed tasks## Install the dependencies
```bash
npm i
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run dev
```### Build the app for production
```bash
npm run build
```