An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Neat memos


A simple app for taking notes on the go.

![image](https://github.com/MatijaNovosel/neat-memos/assets/36193643/6f9f01c1-03f0-48fc-9f96-5ac8896b96e3)

![kanban](https://github.com/user-attachments/assets/5fb6d94a-7877-4b21-b502-f58fcba8905f)

## 🔨 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
```