livecodebase / vue-todo

Vue Todo App

Home Page:https://vue-todo-blush-eight.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to Start app

Install all dependencies first

$ npm install

Run app on local server at port 8080 ( http://localhost:8080/ )

$ npm run serve

Features

This app incudes basic vue operations like

  • Passing data to child component as props and recieving props in child component
  • Passing data from child component to parent component using $emit()
  • Fetching data from external api and store it in state.
  • Changing classes dynamically based on todo compleated status
  • Adding todo to array to todos and deleting selected todo from array of todos "# vue-todo"

About

Vue Todo App

https://vue-todo-blush-eight.now.sh


Languages

Language:Vue 82.7%Language:HTML 10.6%Language:JavaScript 6.8%