Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

wvanlit/Vue-TaskList

Repository files navigation

Vue Task List 📋

GitHub package.json version GitHub last commit Website Lines of code

Hosted here

Description

A Task Tracker built using Vue.js, which stores data in your browsers local storage.

Preview

Project Task List

  • v0.1 - Single list with tasks
  • v0.2 - Automatic upload to Github Pages
  • v0.3 - Implement date-time picker 📅
  • v0.4 - Implement reminder 📆
  • v0.5 - Hashing for id
  • v0.6 - Draggable items using Vue.Draggable
  • v0.7 - 3 Lists: To Do, Doing, Done
  • v0.8 - Automatic cleaning of Done list 🗑️
  • v1 - More permanent storage options 📁

Development setup

Install project: npm install

Compile and serve for development: npm run serve

Upload to GitHub Pages: Done Automatically