https://github.com/vitorferronato/todolist
Todo list
https://github.com/vitorferronato/todolist
bootstrap options-api vue vuejs
Last synced: 16 days ago
JSON representation
Todo list
- Host: GitHub
- URL: https://github.com/vitorferronato/todolist
- Owner: VitorFerronato
- Created: 2022-05-05T18:31:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T01:32:34.000Z (almost 2 years ago)
- Last Synced: 2026-04-08T04:06:35.720Z (about 2 months ago)
- Topics: bootstrap, options-api, vue, vuejs
- Language: Vue
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo List
## 💻 The project
The project is a task app, where you can register new tasks, edit and delete them. Uses the browser's own localStorage.

## 🚀 Technologies
- Vue.js
- Bootstrap.vue
- Toast (mixin)
## 💻 Setup
```
npm install
```
```
npm run serve
```