Skip to content

deepblueseas/task-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Task Board Starter Code

Goals & Acceptance Criteria (adapted from the CWRU prompt)

  1. When I open the task board I see a list of projects sorted into
    • To Do, In Progress, Completed
  2. When I view the task board I see each task is color-coded
    • Yellow = deadline approaching (w/in 4 days);
    • Red = deadline passed
  3. When I click the button to define a new task I can enter into a modal
    • Fields include: Title, Description, DueDate (via dayjs)
  4. When I click save, the new task is saved to local storage
  5. When I drag tasks to different progress columns, the progress updates and remains upon refresh
  6. When tasks are deleted, this also persists with a page refresh
  7. When I exit the page and return, my task board is displayed up-to-date/how I left it

Notes

  • This challenge utilizes jquery, dayjs, and bootstrap

Example of Task Board:

alt text

starter code credit:

musical-happiness @ https://github.com/coding-boot-camp/musical-happiness

About

Challenge 05 - COMPLETE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published