Skip to content

Beta Version ✅ - second project of Yektanet's front-end development internship

Notifications You must be signed in to change notification settings

YasminKad/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the second project that I had to do during my front-end development internship at Yektanet.
This is a to do list that has options like:

  • You can set a priority to your to do cards. ( high - medium - low )
  • Your to do list is sorted by default due to the priority of cards.
  • Your to do cards can have colors. ( yellow - green - red )
  • You can pin and unpin your to do cards.
  • You can delete your to do cards.
  • If you mark a card as done, it will go to the bottom of the to do list.
  • You can filter your cards according to their color.
The purpose of this project was for my skills to be improved at JavaScript and for me to code cleaner and more logical using reactivity.

2021 - YasminKad