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

https://github.com/itzvinoth/notlify


https://github.com/itzvinoth/notlify

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# notlify

This is a simple kanban board based application, developed using vuejs3 for frontend. currently it is on initial development stage, still lot more yet to do and it's been slowly progressing.

![Notlify](https://github.com/itzvinoth/notlify/blob/main/notlify-screenshot.png)

You can find the demo [here](https://www.youtube.com/watch?v=LFFGYJQNGFM)

For now you can follow this [guide](https://vuejs.org/guide/quick-start.html#creating-a-vue-application) and clone the project locally to start working on the project.

As of now simply storing all the data in browser local storage with key as `kanban-data` and value as given [json](https://github.com/itzvinoth/notlify/blob/main/notlify-front/src/mock/checklist-items.json)

Can open the project `/new`.