Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# TodoEr

## TodoList on steroids.
#### https://ritikesh.github.io/todoer

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