hanisahkz / vue-todo

A very basic CRUD app written in Vue using local storage as the database. No routing. Works in Chrome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-todo

  • This app was an attempt to explore Vue without using vue-cli.
  • local storage was used to provide data persistence.
  • To see it in action, do the following from the root folder:
    open index.html
  • App based on this.

About

A very basic CRUD app written in Vue using local storage as the database. No routing. Works in Chrome.


Languages

Language:CSS 70.9%Language:HTML 15.6%Language:JavaScript 13.5%