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

https://github.com/thealoneprogrammer/vue-sticky

Vue sticky is a simple sticky notes application which can be draggable.
https://github.com/thealoneprogrammer/vue-sticky

composition-api drag-and-drop draggable sticky sticky-notes tailwindcss typescript vue vue-typescript vue3 vuejs

Last synced: 8 months ago
JSON representation

Vue sticky is a simple sticky notes application which can be draggable.

Awesome Lists containing this project

README

          

Vue sticky is a simple sticky notes application which can be draggable. Vue sticky is developped using Vue3, TypeScript, Tailwind CSS, Vue composition API.

## [Demo](https://thealoneprogrammer.github.io/vue-sticky/)

# Features!

- Add sticky notes
- Delete sticky notes
- Drag and drop the notes
- Play with cool fonts

### Tech

* Vue3
* TypeScript
* Tailwind CSS
* Vue Composition API
* vue-draggable-next

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Development

Verify the deployment by navigating to your server address in your preferred browser.

```sh
http://localhost:8080
```

### Screenshots

![vue-sticky (1)](https://user-images.githubusercontent.com/38497682/111096481-a0267c80-8565-11eb-911c-d2461a8b7ba4.gif)