I am not an author of this app. I have created it for learning purpose based on the React JS Crash Course 2021 with small amendments.
All credits to Brad Traversy from Traversy Media. Original repository Task Tracker App.
This project was bootstrapped with Create React App. I have also used React Date Picker component and Moment.js library.
My modifications:
- Use React Date Picker instead of text field for Task Date Time
- Use Moment.js for date time formatting
- Sort tasks by date
- Display error above input instead of displaying alert popup