https://github.com/peoray/todometer
A todo app made with Vue.JS
https://github.com/peoray/todometer
bootstrap4 javascript vue
Last synced: 6 months ago
JSON representation
A todo app made with Vue.JS
- Host: GitHub
- URL: https://github.com/peoray/todometer
- Owner: peoray
- Created: 2018-03-21T02:26:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T16:00:24.000Z (over 6 years ago)
- Last Synced: 2025-01-17T18:55:09.691Z (12 months ago)
- Topics: bootstrap4, javascript, vue
- Language: JavaScript
- Homepage: https://peoray.github.io/todometer/
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todometer

Another Todo App! - [See App Live](https://peoray.github.io/todometer/)
The UI is inspired by Brad Traversy's Youtube [DOM crash course playlist](https://www.youtube.com/watch?v=i37KVt_IcXw) final project
#### Technologies used:
* VueJs
* HTML5
* BootStrap
#### User Stories:
- [x] Can add a todo
- [x] Can delete a todo
- [x] Can search for a particular todo
- [x] Can clear all todos
**Hope you like it!**