Skip to content

This repo contains code for a "Todo List" created as an exercise for She Codes Plus Perth "Vanilla" JavaScript Module.

Notifications You must be signed in to change notification settings

Lyndallh/JavaScriptToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScriptToDoList

An activity from Day 2 of JavaScript She Codes Plus

Add the following features to the todo list.

  1. Mark items as important. [x] I made them bold when they are marked as important
  2. Add a field for due date. [x] I added status for overdue
  3. Add arrows for moving items up/down the list.
    1. add up arrow
    2. add down arrow
    3. add up function - created move function for up and down
    4. add down function - created move function for up and down
    5. include all arrays in both functions - created move function for up and down
    6. if statement to stop up at top and down at bottom

Super bonus

  1. Categorise items by colour.

About

This repo contains code for a "Todo List" created as an exercise for She Codes Plus Perth "Vanilla" JavaScript Module.

Resources

Stars

Watchers

Forks