Todo List App – MERN Stack

While familiarizing with the MERN (Mongo,Express,React,Node) stack, I built a quick To-Do list app with basic authorization and a very basic feature set.  The general idea is that the user can enter todo list notes and simply check them off or delete them as needed. The todo list is sorted by the most recently modified notes and automatically saves your notes with a debounce timer on the api POST/UPDATE calls.