Skip to content

NaveenPantra/jira-trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project is Trello Clone.

  1. Initial state of the application initial fb87d6a2

  2. You can Drag and Drop Task with in the Task List or across the Task Lists. (Uses Drag and Drop API) dragDropTask 58bcbdd6

  3. You can Swap the Task List with the adjacent Task List by click on arrows. swapTaskList 0f32de76

  4. You can Add Task by clicking on Plus Icon at bottom of Task List. addTask 8a30b713

  5. You can Edit Task by clicking on Edit Icon on each task. editTask 852d0542

  6. You can Delete Task by clicking on Icon at Top of the Task. deleteTask 0fbb018b

  7. You can Edit Task List by clicking on Edit Icon at bottom of Task List.
    editTaskListName c04622f3

  8. You can Delete Task List by clicking on Bin Icon at bottom of Task List. deleteTaskList 708841cd

  9. You can Add Task List by clicking on PLUS Icon at end of all Task Lists. addTaskList f228bb08