miljkovicjovan / minimalist-task-tracker

Minimalist task tracker using Local Storage
https://minimalist-task-tracker.netlify.app/
4 stars 21 forks source link

Add dateTime field to finished task #29

Closed miljkovicjovan closed 10 months ago

miljkovicjovan commented 10 months ago

The dateTime field should be added to a task once it is marked as finished. The name of the field should be "createdAt" (meaning: created at {date} {time}).

LittleCuong commented 10 months ago

Can I have a try?

miljkovicjovan commented 10 months ago

Sure @LittleCuong 😁

LittleCuong commented 10 months ago

Sure @LittleCuong 😁

Do you want the createdAt field display at the "Finished Tasks" section or you just want it to be saved at localStorage?

miljkovicjovan commented 10 months ago

Do you want the createdAt field display at the "Finished Tasks" section or you just want it to be saved at localStorage?

This issue is only for creating the field in localStorage