/Todo

Todo application created using HTML, Vue.js, Vuetify and JavaScript

Primary LanguageVueMIT LicenseMIT

ToDo App

Todo application created using HTML, Vue.js, Vuetify and JavaScript.

Development

The application is also live HERE.

This project was created using Vue.js CLI version 2.6.11 with Vuetify, SweetAlert2. Data is saved through local storage.

To run the project on your machine use npm run serve for a dev server. Navigate to http://localhost:8080/.

Features

  • Create a task with priority and due date
  • Edit or delete a task
  • Mark task as completed
  • Views tasks in lists according to their status ('Overdue', 'To do', 'Done items') or in a calendar.
  • Filter tasks by priority or due date
  • Data saved through local storage

Screenshots

  • List view

ToDo homepage

  • Delete task alert

ToDo delete alert

  • Calendar view

ToDo calendar