https://github.com/itzvinoth/notlify
https://github.com/itzvinoth/notlify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itzvinoth/notlify
- Owner: itzvinoth
- Created: 2022-04-14T11:49:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T07:44:07.000Z (over 3 years ago)
- Last Synced: 2025-01-31T19:47:22.448Z (over 1 year ago)
- Language: Vue
- Size: 544 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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`.