Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikesh/todoer
Object Oriented Todo List built using vue.js(https://vuejs.org)
https://github.com/ritikesh/todoer
todolist vuejs vuejs-guide vuejs2 vuejs2-tutorial
Last synced: 27 days ago
JSON representation
Object Oriented Todo List built using vue.js(https://vuejs.org)
- Host: GitHub
- URL: https://github.com/ritikesh/todoer
- Owner: ritikesh
- Created: 2018-04-05T12:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T16:19:12.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T05:21:06.397Z (about 2 months ago)
- Topics: todolist, vuejs, vuejs-guide, vuejs2, vuejs2-tutorial
- Language: Vue
- Homepage: https://ritikesh.github.io/todoer
- Size: 1.12 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoEr
## TodoList on steroids.
#### https://ritikesh.github.io/todoerHave you come across the need to reuse checklists and end up copy-pasting? Normal Todos do not allow you to create **Object Oriented** type `instances` of the checklists.
In my efforts to get some hands-on with vue.js, I ended up creating a Todo List that solves this exact problem.
Example usage:
![TodoEr Sample 1][examples/image-1]
[examples/image-1]: examples/image-1.png "Sample usage screenshot"
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```**NOTE**: The app runs on browser only and stores data on the browser's `localStore`. Clearing cache/browsing data would result in loss of all settings/data. Export app configurations before clearing cache and use them back when starting over.