Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.28 KB

Sprinklr-Task-Master

This repo is a Task Manager built with VueJS. It is a very simple and elegant User Interface to manage the projects and 
tasks assigned to team members within those projects. The purpose of this project was to create an application that met the minimum requirements listed below. Each requirement was created to achieve a specific goal.

  1. There are two views--one that displays the collection of projects and another that displays the lists and cards for a given project (Vue router)
  2. The app uses components to modularize the code (Vue components)
  3. Both cards and lists are draggable (Vue directives)
  4. Local storage is used and continuously updated to synchronize data across components (Vue watch/data binding)
  5. We can create and edit cards, card descriptions, lists, and projects (Vue events)

Demo

Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 Step 12 Step 13 Step 14 Step 15 Step 16 Step 17