Description:
This is a full-stack todo lst made with the MERN stack. It builds a restAPI to hold all the activities needed to be completed. There is also a Model that needs to be followed such as a title for the activity, a date, link (if applicable), and how critical it is. So a it will return JSON along the lines of this:
{
name: "Finish Site",
link: "https://luoken.github.io",
date: new Date(),
critical: "low"
}
Stack: MongoDB, Express, React, Node.js, Nodemon, Mongoose