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

https://github.com/alpha74/todoapp_vue

A minimalist Todo app made using bare VueJS having feature to Add/Delete items.
https://github.com/alpha74/todoapp_vue

browser-based javascript minimalist todoapp vuejs

Last synced: about 2 months ago
JSON representation

A minimalist Todo app made using bare VueJS having feature to Add/Delete items.

Awesome Lists containing this project

README

          

# Todo App Vanilla

#### A simple looking Todo App made using VueJs.

Visit [here](https://alpha74.github.io/TodoApp_Vue/)

### Run
- Fork or download the repo
- Open `index.html` in browser.

### Features
- Add Task with `Title` and `Description`.
- Delete Task.

### Limitations
- Contents are lost on refresh.
- Not connected to backend.