JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Add Due Dates To Todos #31

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

The user should be able to add a due date/time to a todo. If the due date/time is past, the due date/time will be displayed in red. Due date/time will be added to the SingleToDo component and the AddToDo component needs a date/time picker when adding a todo. Due date/time is optional.

TheDizruptor commented 4 years ago

Adding and editing todos is now fully supported. Need to add ability to remove date from todo as noted in Issue #37