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.
- Host: GitHub
- URL: https://github.com/alpha74/todoapp_vue
- Owner: alpha74
- Created: 2021-02-13T17:11:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T17:16:04.000Z (over 5 years ago)
- Last Synced: 2025-01-16T04:41:19.351Z (over 1 year ago)
- Topics: browser-based, javascript, minimalist, todoapp, vuejs
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.