Quick Tip: How I Compare Dates Properly in React (JavaScript Date Gotcha)
So I am building a todo app(very common, I know), and in that, there must be a feature for due dates. Due dates are a must, in the sense that they provide a deadline for when the task must be completed. I implemented a color based system to differentiate whether a task is currently active…